diff options
author | xengineering <me@xengineering.eu> | 2022-05-28 21:28:04 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-28 21:28:04 +0200 |
commit | ddb82ad8a23150472b821273666e71ee88c2744d (patch) | |
tree | beaf767fdc2f5dfe5d4a9986384f92bc95b979b8 | |
parent | b4c79ac1cdf8a0fe4e1fe23140bdd18d446d9dce (diff) | |
download | website-ddb82ad8a23150472b821273666e71ee88c2744d.tar website-ddb82ad8a23150472b821273666e71ee88c2744d.tar.zst website-ddb82ad8a23150472b821273666e71ee88c2744d.zip |
Fix hugo warnings
... actually I do not have an idea what I am doing here but it works.
-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> |