blog/archetypes/default.adoc

12 lines
206 B
Plaintext
Raw Normal View History

2019-02-15 02:46:07 +01:00
---
2021-07-09 14:38:47 +02:00
title: "{{ replace .TranslationBaseName "-" " " }}"
slug: "{{ replace .TranslationBaseName "_" "-" | urlize }}"
2019-11-25 07:35:22 +01:00
description: null
date: {{ .Date }}
type: {{ .Type }}
2019-02-15 02:46:07 +01:00
draft: true
2019-11-25 07:35:22 +01:00
tags:
2021-07-09 14:38:47 +02:00
-
toc: false
2019-02-15 02:46:07 +01:00
---