mirror of
https://github.com/rottenwheel/hugo-rottenwheel.git
synced 2024-11-16 15:58:13 +00:00
Merge pull request #10 from recanman/main
Use consistent front matter format, update theme
This commit is contained in:
commit
ab15fde8f3
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
---
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date: {{ .Date }}
|
||||
image: "/images/my-image.png"
|
||||
---
|
|
@ -1 +1 @@
|
|||
Subproject commit de05decf0a206cd5ae7de5dae0911c3e22693cfa
|
||||
Subproject commit 67d21f427d5f537474bd1049e9a7c0ca5ddd0d80
|
Loading…
Reference in a new issue