mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 02:11:12 +00:00
Revert "Page header should be wrote by toml style #36"
This reverts commit 5b5a681f5a
.
This commit is contained in:
parent
116ade77a5
commit
fcd96a076a
6 changed files with 31 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}"
|
||||
draft = true
|
||||
images = []
|
||||
+++
|
||||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}
|
||||
draft: true
|
||||
images: []
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue