17 lines
268 B
Markdown
17 lines
268 B
Markdown
|
---
|
||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||
|
date: {{ .Date }}
|
||
|
description: ""
|
||
|
categories: []
|
||
|
toc: false
|
||
|
dropCap: true
|
||
|
displayInMenu: false
|
||
|
displayInList: true
|
||
|
draft: true
|
||
|
resources:
|
||
|
- name: featuredImage
|
||
|
src: ""
|
||
|
params:
|
||
|
description: ""
|
||
|
---
|