move credits to about page

This commit is contained in:
wuyoli 2022-02-18 19:00:46 +00:00
parent 4ee49b6c26
commit 5bf5e4797e
2 changed files with 8 additions and 2 deletions

View File

@ -4,4 +4,10 @@ template = "about.html"
paginate_by = 0 paginate_by = 0
+++ +++
# What is this?
This is My Blog. I will write about things I'm interested in. Most will probably be tech/computer-related stuff. This is My Blog. I will write about things I'm interested in. Most will probably be tech/computer-related stuff.
# Credits
This website is published with [Zola](https://www.getzola.org/).
The theme was originally made by [CaiCai](https://www.caicai.me/), ported to Zola by [longfangsong](https://longfangsong.github.io/), and modified to feature the [Nord](https://www.nordtheme.com/)
color theme by me.

View File

@ -71,8 +71,8 @@
</ul> </ul>
<div class="footer"> <div class="footer">
{% block footer %} {% block footer %}
<span>Designed by </span><a href="https://www.caicai.me">CaiCai</a> <!--<span>Designed by </span><a href="https://www.caicai.me">CaiCai</a>
<div class="by_zola"><a href="https://www.getzola.org/" target="_blank">Proudly published with Zola!</a></div> <div class="by_zola"><a href="https://www.getzola.org/" target="_blank">Proudly published with Zola!</a></div>-->
{% endblock footer %} {% endblock footer %}
</div> </div>
</div> </div>