mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Delete tags from template of posts
This commit is contained in:
parent
4ebe70adbf
commit
47a7462193
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date: {{ dateFormat "2006-01-02" .Date }}
|
date: {{ dateFormat "2006-01-02" .Date }}
|
||||||
tags: []
|
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue