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

post.md « archetypes - github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c9c0b7ef5b48218e3c1e74f9b9e9f57c190a8573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: "{{ replace .Name "-" " " | title }}"
type: post
author: Sebastian
date: {{ .Date }}
publishdate: {{ now.Format "2006-01-02" }}
lastmod: {{ now.Format "2006-01-02" }}
draft: true
description: "Text about this post"
tags:
    - "tag 1"
categories:
    - "c 1"
---

## Post Header

CONTENT