shared-bulma-theme/layouts/entry/single.html

13 lines
311 B
HTML

{{ define "main" }}
<figure class="image is-2by1">
<img src="{{.Permalink}}banner.png" alt="">
</figure>
<div class="box">
<h1 class="title">{{ .Title }}</h1>
<h2 class="subtitle">{{ .Date.Format "January 02 2006" }}</h2>
<div class="content">
{{ .Content }}
</div>
</div>
{{ end }}