diff --git a/layouts/tags/list.html b/layouts/tags/list.html new file mode 100644 index 0000000..f1a42cd --- /dev/null +++ b/layouts/tags/list.html @@ -0,0 +1,10 @@ +{{ define "main" }} +{{ if .Params.title }} +{{/* This is `/tags//`. A specific tag */}} +

{{ .Params.title }}

+ +

Tag list view

+{{ else }} +{{/* This is `/tags/`. Not a specific tag */}} +{{ end }} +{{ end }}