grim/hgkeeper-theme

Close the head tag instead of opening it again..
draft
2020-07-11, Gary Kramlich
5571a4f7fa3d
Parents d9146a369de3
Children 4c9af23fbe68
Close the head tag instead of opening it again..
--- a/templates/hgkeeper/header.tmpl Sun Jun 14 05:44:46 2020 -0500
+++ b/templates/hgkeeper/header.tmpl Sat Jul 11 05:29:55 2020 -0500
@@ -16,7 +16,7 @@
<script type="text/javascript" src="{staticurl|urlescape}hgk/js/clipboard.min.js"></script>
<script type="text/javascript" src="{staticurl|urlescape}hgk/js/graph.js"></script>
<script type="text/javascript" src="{staticurl|urlescape}mercurial.js"></script>
- <head>
+ </head>
<body>
<nav class="navbar">
<a class="navbar-brand" href="/">{title}{if(sub_title, ' <small> - {sub_title}</small>')}</a>