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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek R <vividvilla@gmail.com>2019-06-19 13:22:48 +0300
committerVivek R <vividvilla@gmail.com>2019-06-19 13:22:48 +0300
commit0e06bb53c586e19dec2aa0dc8ade0579a70526a3 (patch)
tree9f6f83393e3f586506c0f00e7dfb42976bfcd2e2
parent20cc3193f6384a8146cafdb87c86ac7d944c39bd (diff)
fix: broken Hugo site link in footer
-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 82de76f..b3f1539 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<div class="footer wrapper">
<nav class="nav">
- <div><a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="gohugo.io">Hugo</a></div>
+ <div><a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>