fix: broken Hugo site link in footer

This commit is contained in:
Vivek R 2019-06-19 15:52:48 +05:30
parent d7cda6ee77
commit 7625516649
1 changed files with 1 additions and 1 deletions

View File

@ -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>