diff options
-rw-r--r-- | themes/bare/layouts/_default/taxonomy.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/bare/layouts/_default/taxonomy.html b/themes/bare/layouts/_default/taxonomy.html new file mode 100644 index 0000000..8dfbda8 --- /dev/null +++ b/themes/bare/layouts/_default/taxonomy.html @@ -0,0 +1,9 @@ +<html> + <body> + <h1>Welcome!</h1> + + <h2>{{ .Title }}</h2> + {{ .Content }} + + </body> +</html> |