This commit is contained in:
me 2024-01-09 20:05:01 +01:00
commit 792193d230
6 changed files with 474 additions and 0 deletions

16
templates/default.jinja Normal file
View file

@ -0,0 +1,16 @@
---
title: "{{ title }}"
slug: {{ slug }}
author: Natenom
draft: true
# comments: true
# jsoncomments: true
date: {{ datetime }}
categories:
-
tags:
-
---
<!--more-->

View file

@ -0,0 +1,16 @@
---
title: "{{ title }}"
slug: {{ slug }}
author: Natenom
draft: true
# comments: true
# jsoncomments: true
date: {{ datetime }}
categories:
-
tags:
-
---
<!--more-->