Fix up the blog section
Mm unsafety
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user