MtF-wiki/layouts/shortcodes/doctor-image.html

5 lines
209 B
HTML
Raw Normal View History

2021-12-24 18:41:48 +08:00
{{- $src := .Get "src" -}}
{{- $img := .Page.Resources.GetMatch (printf "*%s*" $src) -}}
{{- with $img.Fit "300x300 q95" -}}
<img src="{{ .Permalink }}" width="{{ .Width }}" height="{{ .Height }}">
2022-02-08 08:58:39 +08:00
{{- end -}}