LoveIt/layouts/_default/single.html
2019-08-24 19:32:41 +08:00

10 lines
No EOL
288 B
HTML

{{ define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end }}
{{ define "content" }}
<div class="post-warp single">
<h1 class="post-title animated pulse faster">{{ .Title }}</h1>
<div class="post-content">
{{ .Content }}
</div>
</div>
{{end }}