Remove duplicate closing tag for head (#145)

This commit is contained in:
Josh Dzielak 2018-12-11 16:04:23 +01:00 committed by Shawn Erquhart
parent d2449e9055
commit 7f375a2895
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
<link href="{{ relURL . }}" rel="stylesheet"> <link href="{{ relURL . }}" rel="stylesheet">
{{ end }} {{ end }}
</head> </head>
</head>
<body> <body>
@ -28,4 +27,4 @@
{{ end }} {{ end }}
</body> </body>
</html> </html>