This commit is contained in:
9
layouts/_default/single.html
Normal file
9
layouts/_default/single.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ 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 }}
|
||||
Reference in New Issue
Block a user