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

github.com/dplesca/purehugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragos Plesca <dragos.plesca@gmail.com>2016-06-21 16:17:42 +0300
committerGitHub <noreply@github.com>2016-06-21 16:17:42 +0300
commit148ab10ef4a6236db6820891697fe208d2a21adc (patch)
treec7503592ae4ab5a91595e67adb6760b61fdd1ffd
parent3c4ee78cb7905f00545498733c8f7f6c18bc360c (diff)
powered by link without redirect
-rw-r--r--layouts/partials/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f7c260f..8776558 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,8 +1,8 @@
<div class="footer">
<div class="pure-menu pure-menu-horizontal pure-menu-open">
<ul>
- <li>Powered by <a class="hugo" href="http://hugo.spf13.com/" target="_blank">hugo</a></li>
+ <li>Powered by <a class="hugo" href="https://gohugo.io/" target="_blank">hugo</a></li>
</ul>
</div>
</div>
-<script src="{{ .Site.BaseURL }}/js/all.min.js"></script> \ No newline at end of file
+<script src="{{ .Site.BaseURL }}/js/all.min.js"></script>