mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-01 19:33:08 -05:00
12 lines
171 B
Markdown
12 lines
171 B
Markdown
|
---
|
||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||
|
date: {{ .Date }}
|
||
|
description: ""
|
||
|
categories: []
|
||
|
#tags: []
|
||
|
slug: ""
|
||
|
aliases: []
|
||
|
toc: false
|
||
|
draft: true
|
||
|
---
|