A tumblelog theme for Hugo
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
12345678910 |
- ---
- title: "{{ replace .TranslationBaseName "-" " " | title }}"
- date: {{ .Date }}
- draft: true
- # image is relative to /static/images/
- image: {{ .TranslationBaseName }}.jpg
- type: post
- tags:
- ---
-
|