First cut at a photos site

This commit is contained in:
Eryn Wells 2022-08-27 09:17:42 -07:00
parent 1f6f7056ea
commit f286e5062d
8 changed files with 208 additions and 1 deletions

View file

@ -8,7 +8,7 @@
{{- if eq .Kind "page" -}}
<meta name="description" content="{{ .Summary }}" />
<meta name="author" content="{{ .Params.Author | default site.Author.name }}">
{{- else -}}
{{ else }}
<meta name="description" content="{{ .Params.description }}">
<meta name="author" content="{{ site.Author.name }}">
{{- end -}}