summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-02-25 08:29:29 +0100
committermayx <mayx@outlook.com>2026-02-25 08:29:29 +0100
commit00aec9bad0ed7071ab06c4eb5ac85bc699bb5049 (patch)
tree7e1849f17000696e6d37fbf6e69267535e46de20 /_layouts/default.html
parent2ab69826847ed2b8403fc4c1085cd4f0759ab371 (diff)
Update 5 files
- /_data/other_repo_list.csv - /_data/links.csv - /_data/proxylist.yml - /assets/css/feed.css - /_layouts/default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2e13ed9..610ef4d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -97,7 +97,7 @@ layout: xslt_container
{% include live2d.html %}
<footer>
<p>
- <small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="{{ site.feed.path | relative_url }}" >Atom</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
+ <small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="/rss.xml">Feed</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
</p>
</footer>
</div>