blag/layouts/partials/header_local.html
2022-09-04 13:12:29 -04:00

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">