More work done, more placeholder content. Can't be bothered to make all content multilingual. Code should be compliant though.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "unknown"
|
||||
avatar: "https://example.com/images/avatar.png"
|
||||
fullname: "Jan Novák"
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: false
|
||||
authors: [ "unknown" ]
|
||||
---
|
||||
@@ -2,6 +2,6 @@
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: false
|
||||
authors: [ "Greenscreener" ]
|
||||
authors: [ "unknown" ]
|
||||
---
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
draft: false
|
||||
authors: [ "unknown" ]
|
||||
leader: [ "unknown" ]
|
||||
---
|
||||
Reference in New Issue
Block a user