diff options
author | mayx | 2025-05-11 16:23:23 +0000 |
---|---|---|
committer | mayx | 2025-05-11 16:23:23 +0000 |
commit | dbc8d7fb3cb30133ede3b1a9e8135e15c200046b (patch) | |
tree | 7f0dc44190101a72358cac8adc014749a3eb8846 /index.html | |
parent | ac554c55359912bf8928b51d6692f9d8fbd8c6b9 (diff) |
Update 4 files
- /_layouts/default.html - /_layouts/post.html - /assets/js/main.js - /index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/index.html b/index.html index 277f3b9..2fc2904 100644 --- a/index.html +++ b/index.html @@ -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 }} |