mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2025-02-23 05:50:02 +00:00
Merge branch 'new_theme'
This commit is contained in:
commit
fdd3fa9432
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
||||||
{{ . | markdownify }}
|
{{ . | markdownify }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<span class="footer-text">
|
<span class="footer-text">
|
||||||
{{ i18n "footer_text" . | markdownify }}
|
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
|
||||||
|
<p><a href="https://gitea.adityakumar.xyz/aditya/adityakumar.xyz">View Source</a></p>
|
||||||
|
<p>© 2023 ♥ Aditya Kumar</p>
|
||||||
</span>
|
</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue