Revision add9e1cbb1174b90a90bdf9088280a609911b622 authored by Lars Bilke on 23 July 2021, 10:08:48 UTC, committed by Lars Bilke on 23 July 2021, 10:39:41 UTC
1 parent 8c13a49
Raw File
single.html
{{ define "main" }}
<div class="prose prose-sm lg:prose max-w-none lg:max-w-none">
  <h1>{{ .Title }} {{ if .Params.subtitle }}<span class="text-regular text-gray-600">–
      {{ .Params.subtitle }}</span>{{ end }}</h1>

  <img class="w-1/4 lg:w-1/6 float-left mr-4 shadow-mg" style="margin-top: 0;" src="{{ .Params.image }}" alt="">
  {{ .Content }}
</div>
{{ end }}
back to top