mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 11:55:31 -04:00
Hugo v0.62.0 features (link template hooks!) and fixes
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<img src="{{ $image.Permalink }}" width="{{ $displayWidth }}" height="{{ $displayHeight }}"
|
||||
alt="{{ . | markdownify | plainify | safeHTMLAttr }}" title="{{ . | markdownify | plainify | safeHTMLAttr }}">
|
||||
</picture>
|
||||
<figcaption>{{ . | markdownify | safeHTML }}</figcaption>
|
||||
<figcaption>{{ $.Page.RenderString . | safeHTML }}</figcaption>
|
||||
</figure>
|
||||
{{ else }}
|
||||
<p><img src="{{ $image.Permalink }}" width="{{ $displayWidth }}" height="{{ $displayHeight }}"
|
||||
|
Reference in New Issue
Block a user