First cut at a photos site
This commit is contained in:
parent
1f6f7056ea
commit
f286e5062d
8 changed files with 208 additions and 1 deletions
|
@ -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 -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue