about summary refs log tree commit diff
path: root/archetypes/comics.md
blob: 11959958b3e0d090513b68ca7af6203d6e3f4937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
layout: comic
title: "{{ .Name }}: "
titleText: "something humorous"
comicLink: "/comics/0/impostor.png"
alt: Something humorous and/or image description
date: {{ now.Format "2021-06-13" }}
translationKey: comic-{{ .Name }}
categories: [ comics ]
---