From a6db310b97d92cfb03df50cef72409c3306b18e1 Mon Sep 17 00:00:00 2001 From: nodejh Date: Fri, 24 Mar 2017 16:37:57 +0800 Subject: [PATCH] fix readme.md --- .../{section/about.html => about/single.html} | 0 layouts/section/tags.html | 21 ------------------- layouts/tags/single.html | 21 +++++++++++++++++++ static/css/highlight.css | 1 - 4 files changed, 21 insertions(+), 22 deletions(-) rename layouts/{section/about.html => about/single.html} (100%) delete mode 100644 layouts/section/tags.html create mode 100644 layouts/tags/single.html 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; } -