website/layouts/index.html
Gabriel Arazas d93a666ddb Update the site layout
Now with improved horizontal rules!
2020-12-23 17:36:43 +08:00

8 lines
86 B
HTML

{{ define "main" }}
{{ .Content }}
<hr>
{{- partial "openring.html" . }}
{{- end }}