mirror of https://github.com/onweru/compose.git

weru
23.22.2023 502803a8d4e74232d2a52ccd3a3b834cc8049488
layouts/_default/single.html
@@ -1,7 +1,7 @@
{{- define "main" }}
<div class="content">
   <h1>{{ .Title }}</h1>
   {{ with .Params.description }}<div>{{ . | markdownify }}</div>{{ end }}
   {{ with .Params.description }}<div>{{ markdownify . }}</div>{{ end }}
  {{- .Content }}
</div>
{{- end }}