Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 322 Bytes

File metadata and controls

17 lines (15 loc) · 322 Bytes
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
photo: "default.png"
draft: false
## Optional additional meta info for resources list
#  description: A sub-title or description for the photo
tags:
  - Album
{{- with getenv "HUGO_TAGS" }}
{{- range split . "," }}
  - {{ . }}
{{- end }}
{{- end }}
---