1
0
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:
2023-07-19 15:51:46 +05:30
parent f4c5db16d2
commit 047aeb0b86
24 changed files with 904 additions and 1 deletions
+13
View File
@@ -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>