14 lines
339 B
Markdown
14 lines
339 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
description: ""
|
||
|
lead: ""
|
||
|
date: {{ .Date }}
|
||
|
lastmod: {{ .Date }}
|
||
|
draft: true
|
||
|
weight: 50
|
||
|
images: ["{{ .Name | urlize }}.jpg"]
|
||
|
contributors: []
|
||
|
---
|
||
|
|
||
|
{{< img src="{{ .Name | urlize }}.jpg" alt="{{ replace .Name "-" " " | title }}" caption="{{ replace .Name "-" " " | title }}" class="wide" >}}
|