diff --git a/layouts/section/about.html b/layouts/about/single.html similarity index 100% rename from layouts/section/about.html rename to layouts/about/single.html diff --git a/layouts/section/tags.html b/layouts/section/tags.html deleted file mode 100644 index d03d7a0..0000000 --- a/layouts/section/tags.html +++ /dev/null @@ -1,21 +0,0 @@ - {{ partial "head.html" . }} - - {{ partial "nav.html" . }} - {{ partial "profile.html" . }} - -
-
- {{ range $name, $taxonomy := .Site.Taxonomies.tags }} - - {{ $name }}({{ len $taxonomy }}) - - {{ end }} -
- - {{ partial "footer.html" . }} -
- - {{ partial "js.html" . }} - {{ partial "tagcloud.html" . }} - - diff --git a/layouts/tags/single.html b/layouts/tags/single.html new file mode 100644 index 0000000..157074d --- /dev/null +++ b/layouts/tags/single.html @@ -0,0 +1,21 @@ +{{ partial "head.html" . }} + + {{ partial "nav.html" . }} + {{ partial "profile.html" . }} + +
+
+ {{ range $name, $taxonomy := .Site.Taxonomies.tags }} + + {{ $name }}({{ len $taxonomy }}) + + {{ end }} +
+ + {{ partial "footer.html" . }} +
+ + {{ partial "js.html" . }} + {{ partial "tagcloud.html" . }} + + diff --git a/static/css/highlight.css b/static/css/highlight.css index 2d4e087..575a557 100644 --- a/static/css/highlight.css +++ b/static/css/highlight.css @@ -104,4 +104,3 @@ .xml .hljs-cdata { opacity: 0.7; } -