fix footer link typo

Signed-off-by: Cheng Jiang <gabriel.chengj@gmail.com>
This commit is contained in:
Cheng Jiang 2021-08-24 06:51:38 +00:00
parent 7fc682668e
commit a343c75c32

View file

@ -1,5 +1,5 @@
<footer class="footer mt-auto py-3"> <footer class="footer mt-auto py-3">
<div class="container footcontainer"> <div class="container footcontainer">
<div class="text-muted">Powered by <a href="https://www.hugo.io">Hugo</a> | Theme <a href="hhttps://github.com/FarseaSH/hugo-theme-moments">Moments</a></div> <div class="text-muted">Powered by <a href="https://www.hugo.io">Hugo</a> | Theme <a href="https://github.com/FarseaSH/hugo-theme-moments">Moments</a></div>
</div> </div>
</footer> </footer>