Remove duplicate closing tag for head (#145)
This commit is contained in:
parent
d2449e9055
commit
7f375a2895
|
@ -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>
|
||||||
|
|
Reference in New Issue