init
This commit is contained in:
commit
792193d230
6 changed files with 474 additions and 0 deletions
16
templates/default.jinja
Normal file
16
templates/default.jinja
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: "{{ title }}"
|
||||
slug: {{ slug }}
|
||||
author: Natenom
|
||||
draft: true
|
||||
# comments: true
|
||||
# jsoncomments: true
|
||||
date: {{ datetime }}
|
||||
categories:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
<!--more-->
|
16
templates/fotos_letzte_tage.jinja
Normal file
16
templates/fotos_letzte_tage.jinja
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: "{{ title }}"
|
||||
slug: {{ slug }}
|
||||
author: Natenom
|
||||
draft: true
|
||||
# comments: true
|
||||
# jsoncomments: true
|
||||
date: {{ datetime }}
|
||||
categories:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
|
||||
---
|
||||
|
||||
<!--more-->
|
Loading…
Add table
Add a link
Reference in a new issue