9 lines
381 B
HTML
9 lines
381 B
HTML
<!-- 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">
|
|
|