Fix up the blog section

Mm unsafety
This commit is contained in:
2020-07-14 19:44:26 +01:00
parent 3167474a4a
commit cc2132e811
436 changed files with 106 additions and 123 deletions

View File

@@ -1,4 +1,4 @@
<figure class="image .Get "full-width">
<img src={{ .Get "url" }}" alt={{ .Get "description" }}>
<figcaption><small>{{ .Get "caption" }}</small></figcaption>
<figure class="image {{ .Get "class" }}">
<img src="{{ .Get "url" }}" alt="{{ .Get "description" }}">
<figcaption><small>{{ .Get "caption" | markdownify }}</small></figcaption>
</figure>