wires

summary refs log tree commit diff
path: root/layouts/_default/taxonomy.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
deleted file mode 100644
index 9828f28..0000000
--- a/layouts/_default/taxonomy.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "main" }}
-<h1>{{ .Title }}</h1>
-<ul>
-  {{ range .Pages }}
-  <li>
-    <a href="{{ .Permalink }}">{{ .Title | lower }}</a>
-  </li>
-  {{ end }}
-</ul>
-{{ end }}