Update 4 files

- /_layouts/default.html
- /_layouts/post.html
- /assets/js/main.js
- /index.html
This commit is contained in:
mayx
2025-05-11 16:23:23 +00:00
parent ac554c5535
commit dbc8d7fb3c
4 changed files with 37 additions and 38 deletions

View File

@@ -14,9 +14,7 @@ title: 首页 - 我的文章
<h2><a class="post-link" href="{{ post.url }}">{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}</a></h2>
<p class="author">
<span class="date">{{ post.date | date: "%-d %B %Y" }}</span>
<!--[if !IE]> -->
| Hits: <span id="{{ post.url }}" class="visitors-index" >Loading...</span>
<!-- <![endif]-->
</p>
<div class="content">
{{ post.excerpt | strip_html | strip_newlines }}