Fill out time note

This commit is contained in:
David Eisinger
2023-04-30 22:33:46 -04:00
parent 0dbbe53151
commit db380e2a56
3 changed files with 33 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ ul {
}
blockquote {
margin: 0;
margin: 0 2ch 0 0;
font-style: italic;
&::before {

View File

@@ -7,13 +7,13 @@
{{ $img = $orig.Fill $options }}
{{ end }}
<figure>
<a href="{{ $orig.RelPermalink }}">
<a href="{{ $orig.RelPermalink }}">
<figure>
<img src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}">
<figcaption>
{{ with .Inner }}
{{ with .Inner }}
<figcaption>
{{ . }}
{{ end }}
</figcaption>
</a>
</figure>
</figcaption>
{{ end }}
</figure>
</a>