Files
blog/layouts/_default/single.html

10 lines
246 B
HTML
Raw Normal View History

2015-09-27 04:18:16 +02:00
{{ define "content" }}
<div class="section">
{{ if isset .Params "title" }}
<h1 class="subtitle is-3 has-text-centered has-text-weight-normal">{{- title .Title -}}</h1>
<hr>
{{ end }}
{{- .Content -}}
</div>
{{ end }}