hugo-theme-flat/archetypes/default.md

14 lines
180 B
Markdown
Raw Normal View History

2022-04-27 13:52:45 +00:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
tags: []
categories: []
weight: 50
show_comments: true
2022-09-20 02:41:42 +00:00
katex: false
2022-04-27 13:52:45 +00:00
draft: true
description: ""
2022-04-27 13:52:45 +00:00
---
<!--more-->