fix: broken Hugo site link in footer

This commit is contained in:
Vivek R 2019-06-19 15:52:48 +05:30
parent 20cc3193f6
commit 0e06bb53c5

View File

@ -1,6 +1,6 @@
<div class="footer wrapper"> <div class="footer wrapper">
<nav class="nav"> <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> </nav>
</div> </div>