diff options
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 }} |