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

default.md « archetypes « exampleSite - github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc920e48958bdb97eb7aefba0a05424b3c217929 (plain)
1
2
3
4
5
6
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
description: "{{ title }}"
draft: true
---