1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-24 04:32:20 +00:00
Files
balkian.github.com/themes/balkian/layouts/_default/single.html
J. Fernando Sánchez 7c3fb50312 Move to Hugo
2019-01-10 20:26:53 +01:00

10 lines
144 B
HTML

{{ define "content"}}
<h2>{{ .Title }}</h2>
<!-- <hr> -->
{{ .Content }}
{{ end }}
{{ define "sidebar" }}
{{ partial "toc.html" . }}
{{ end }}