Try to fix header/footer issue

This commit is contained in:
Chris Hodapp
2022-09-04 13:12:29 -04:00
parent d098a19af2
commit f8861b753f
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<!-- From https://blog.cavelab.dev/2021/04/photo-gallery-posts/ -->
{{- if and (eq .Type "photos") (eq .Kind "page") -}}
<link rel="stylesheet" href="{{ (resources.Get "assets/lightgallery.css" | fingerprint).Permalink }}" />
{{- end -}}
<!-- lightgallery is: https://github.com/sachinchoolur/lightGallery -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/custom.css">