Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/StaticMania/portio-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnth <dickson.neoh@gmail.com>2022-02-19 11:23:10 +0300
committerdnth <dickson.neoh@gmail.com>2022-02-19 11:23:10 +0300
commit0a03326029ce2a19af75f236ae9ea67d4d518fe3 (patch)
treeea0ad068ad4855e9ec8e630ec724b4a0709d41b8
parentd44189e6af8f13f68ef0c4513101c223e3cd4b0e (diff)
code cleanup
-rw-r--r--layouts/_default/terms.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 2bd3239..2d916d6 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -3,7 +3,6 @@
{{ partial "head.html" . }}
{{ $baseurl := .Site.BaseURL }}
-<!-- <h1>{{ .Title }}</h1> -->
<header class="breadCrumb">
<div class="svg-img">
@@ -52,27 +51,4 @@
</div>
</section>
-<!-- <section>
- <ul id="all-taxonomies">
- {{ range $taxonomy_term, $taxonomy := .Site.Taxonomies }}
- {{ with $.Site.GetPage (printf "/%s" $taxonomy_term) }}
- <li><a href="{{ .Permalink }}">{{ $taxonomy_term }}</a>
- <ul>
- {{ range $key, $value := $taxonomy }}
- <li>{{ $key }}</li>
- <ul>
- {{ range $value.Pages }}
- <li hugo-nav="{{ .RelPermalink}}">
- <a href="{{ .Permalink}}">{{ .LinkTitle }}</a>
- </li>
- {{ end }}
- </ul>
- {{ end }}
- </ul>
- </li>
- {{ end }}
- {{ end }}
- </ul>
-</section> -->
-
{{ end }} \ No newline at end of file