ack + repos

This commit is contained in:
cellarspoon
2021-12-15 11:09:08 +01:00
parent 50f745c197
commit 74482dc8ef
43 changed files with 2315 additions and 0 deletions

View File

@ -0,0 +1,2 @@
{{- $image := .Page.Resources.GetMatch (printf "%s" (.Destination | safeURL)) -}}
<img width = "{{- $image.Width -}}" height = "{{- $image.Height -}}" alt = "{{- .PlainText | htmlUnescape -}}" src = "{{- $image.RelPermalink -}}">