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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2017-03-13 14:21:09 +0300
committerVicky <vicky@vickylai.com>2017-03-13 14:21:09 +0300
commit2cadf90a8bd4819540fbf357088e16c4483dbe27 (patch)
tree727ca0777c6be5994a90422c44330231768cc2f4
parent47a8ba89c652ca9dde22d36759223e4625fdd0c1 (diff)
Fixed footer links.
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d599eea..1967d70 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
{{ if .Site.Params.footertext }}
{{ .Site.Params.footertext }}
{{ else }}
-<a href="#" target="_blank">Introduction</a> theme for <a href="#" target="_blank">Hugo</a>
+<a href="https://github.com/vickylaixy/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>
</div>
{{ end }} \ No newline at end of file