[TIDY] fix some html formatting

This commit is contained in:
jtbx 2023-11-03 20:36:12 +01:00
commit b0123f91e9
9 changed files with 17 additions and 18 deletions

View file

@ -5,9 +5,9 @@
{{- $page := .Page }}
{{- if not $isBundle }}
{{ $page_dir := path.Dir .Page.File }}
{{ $pagebundle_path := path.Join "/" $page_dir }}
{{ $page = .Page.Site.GetPage $pagebundle_path }}
{{- $page_dir := path.Dir .Page.File }}
{{- $pagebundle_path := path.Join "/" $page_dir }}
{{- $page = .Page.Site.GetPage $pagebundle_path }}
{{- end -}}
{{- with $page.Resources.Get $imagename }}