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

github.com/pdevty/material-design.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdevty <p.dev.ty@gmail.com>2015-05-16 15:05:56 +0300
committerpdevty <p.dev.ty@gmail.com>2015-05-16 15:05:56 +0300
commit25f0e8604173bc2f6eda37850dd2a59b6023ba6a (patch)
tree0b8fb0fb7bd01dba59369f2be812289a33afef83
parentab21a80c26390d59455821eed5c2cd041b8f954d (diff)
update theme.toml
-rw-r--r--layouts/_default/single.html7
-rw-r--r--theme.toml9
2 files changed, 8 insertions, 8 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 7ad1603..006f932 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -23,6 +23,9 @@
{{ end }}
{{end}}
</p>
+ {{ with .Site.DisqusShortname }}
+ {{ partial "disqus.html" . }}
+ {{ end }}
</div>
</div>
</div>
@@ -45,10 +48,6 @@
</div>
</div>
- {{ with .Site.DisqusShortname }}
- {{ partial "disqus.html" . }}
- {{ end }}
-
</div>
</div>
diff --git a/theme.toml b/theme.toml
index 322fbb4..bea9368 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,13 @@
name = "Material Design"
license = "MIT"
-licenselink = "https://github.com/.../.../LICENSE.md"
+licenselink = "https://github.com/pdevty/material-design/blob/master/LICENSE.md"
description = "Material Design theme"
-homepage = "http://siteforthistheme.com/"
+homepage = "https://github.com/pdevty/material-design"
tags = ["blog"]
-features = ["blog", ""]
+features = ["Material Design","Google Analytics","Pagination",
+"Disqus","Tags","Categories","Highlighting source code","Cover image","Social links"]
min_version = 0.13
[author]
name = "pdevty"
- homepage = ""
+ homepage = "https://pdevty.github.io/blog/"