aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/taxonomy.html
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2026-01-21 11:31:33 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2026-01-21 11:31:33 +0100
commit28ca1aa004ee80b6325526db1479ba05acd22367 (patch)
treedefb671f69281328d7e5b07fb23c6417823d4bd1 /layouts/_default/taxonomy.html
parent3b8c5a556f59b7d078fd275cc7050358d2f71c58 (diff)
Cleaned up the files and added light and dark favicons
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index c2e7875..df5e3e8 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
{{ define "main" }}
- <h1>{{ .Title }}</h1>
- {{ .Content }}
- {{ range .Pages }}
- <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
- {{ end }}
+<h1>{{ .Title }}</h1>
+{{ .Content }}
+{{ range .Pages }}
+ <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}
+{{ end }} \ No newline at end of file