mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
remove submodule and apply theme
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<footer id="footer">
|
||||
|
||||
<nav>
|
||||
{{ range .Site.Params.navs }}
|
||||
<span class="nav-bar-item">
|
||||
<a class="link" href="{{ .link | safeURL }}">{{ .name }}</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
</nav>
|
||||
<div class="footnote">
|
||||
<span>{{ .Site.Params.footnote | safeHTML }}</span>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user