Try to fix header/footer issue
This commit is contained in:
8
layouts/partials/header_local.html
Normal file
8
layouts/partials/header_local.html
Normal 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">
|
||||
|
||||
Reference in New Issue
Block a user