A tumblelog theme for Hugo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

posts.md 193 B

7 years ago
7 years ago
12345678910
  1. ---
  2. title: "{{ replace .TranslationBaseName "-" " " | title }}"
  3. date: {{ .Date }}
  4. draft: true
  5. # image is relative to /static/images/
  6. image: {{ .TranslationBaseName }}.jpg
  7. type: post
  8. tags:
  9. ---