summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-08 16:19:19 +0200
committermayx <mayx@outlook.com>2025-04-08 16:19:19 +0200
commit7a450f5ec27d2e8682ab6e3516dce274f9362ba9 (patch)
tree1e6fd2ceaae7ebe5428cb3272ab9e322ce701633 /_layouts
parent9170efdaa394de637bf1887f7f8c5ae4c449e512 (diff)
Update file default.html
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index e2c3128..2fb3fc3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -131,7 +131,7 @@
<!-- <![endif]-->
<footer>
<p>
- <small>Made with ❤ by Mayx<br />Last updated at <script>document.write(lastUpdated.toLocaleString());</script><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 <script>document.write(lastUpdated.toLocaleString());</script><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>
</p>
</footer>
</div>