Commit e7a9e4cb4460c64a723f9f15a715102e6c7a8b92 Parent: 6c541337026f26356a41b76e581f066b9882149c Author: mcol <mcol@posteo.net> Date: 2021-09-24 00:34:03 +0100 Committer: mcol <mcol@posteo.net> Committed: 2021-09-24 00:34:03 +0100 Remove unused `title` variable from template
templates/log.html Modified
@@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>{{ name }} -- {{ title }}</title> + <title>gitserve -- {{ name }}</title> <link rel="stylesheet" href="{{ host }}/style.css" /> </head> @@ -13,6 +13,5 @@ <hr> <p>{{ description }}</p> <p>git clone {{ host }}/{{ name }}</p> - {{ title }} </body> </html>