mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-02-07 12:19:17 +00:00
17 lines
311 B
Plaintext
17 lines
311 B
Plaintext
![]() |
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
date: {{ .Date }}
|
||
|
draft: true
|
||
|
|
||
|
categories:
|
||
|
- "category1"
|
||
|
tags:
|
||
|
- "tag1"
|
||
|
- "tag2"
|
||
|
---
|
||
|
|
||
|
= {{ replace .Name "-" " " | title }}
|
||
|
{{ .Site.Author.name }} {{ with .Site.Author.email }}<{{ . }}>{{ end }}
|
||
|
{{ dateFormat "2006-01-02" .Date }}
|
||
|
:stem: latexmath
|