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/post/single.html
J. Fernando Sánchez 7c3fb50312 Move to Hugo
2019-01-10 20:26:53 +01:00

8 lines
195 B
HTML

{{ define "content" }}
<h2>{{ .Title }}</h2>
<span class="date">{{ .Date.Format "2006/01/02" }}</span>
<span>{{ .Render "item-tags" }}</span>
<h3>{{ .Description }}</h3>
{{ .Content }}
{{ end }}