mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-24 04:15:56 -04:00
Hugo v0.62.0 features (link template hooks!) and fixes
This commit is contained in:
@@ -31,5 +31,5 @@
|
||||
<img src="{{ $image.Permalink }}" width="{{ $displayWidth }}" height="{{ $displayHeight }}"
|
||||
{{- with .Get "alt" }} alt="{{ . | safeHTMLAttr }}" title="{{ . | safeHTMLAttr }}"{{ end }}
|
||||
{{- with .Inner }} alt="{{ . | markdownify | plainify | safeHTMLAttr }}" title="{{ . | markdownify | plainify | safeHTMLAttr }}"{{ end }}>
|
||||
{{ with .Inner }}<br>{{ . | markdownify | safeHTML }}{{ end -}}
|
||||
{{ with .Inner }}<br>{{ $.Page.RenderString . | safeHTML }}{{ end -}}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user