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

footer.html « partials « layouts - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 508532eb7998a7f7b1a4455247d39e70d8aa58f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer id="footer">
  <div class="outer">
    <div id="footer-info" class="inner">
	<footer id="footer-left">
	    &copy; {{.Now.Format "2006"}} <a href="https://github.com/syui">syui</a>. <br>
	    {{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
	</footer>
	    <footer id="footer-center"> <a href="#"><span class="icon-phoenix_logo"></span></a>  </footer>
	   <footer id="footer-right"> <a href="">Reference</a> <a href="">Keybind</a> <a href="">Command</a> <a href="">API</a>  </footer>
    </div>
  </div>
</footer>