Welcome to mirror list, hosted at ThFree Co, Russian Federation.

default.md « archetypes - github.com/gyorb/hugo-dusk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e185c2fba609d9f3a86a2e613ffbe7bee92d563 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
tags:
  - x
  - y
categories:
  - x
  - y
draft: true
---