mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-13 23:37:16 +00:00
Use simple <hr> not <hr />
This commit is contained in:
parent
0db48617ec
commit
164f1b3d53
|
@ -3,7 +3,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{{ partial "content.html" . }}
|
{{ partial "content.html" . }}
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
<hr />
|
<hr>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ range .Pages.ByTitle }}
|
{{ range .Pages.ByTitle }}
|
||||||
{{ partial "list_item.html" . }}
|
{{ partial "list_item.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue