diff options
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8dae177..dca7641 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -84,7 +84,6 @@ layout: default <small style="display: block">tags: {% for tag in page.tags %}<a rel="category tag" class="p-category" href="/search.html?keyword={{ tag | url_encode }}"><em>{{ tag }}</em></a>{% unless forloop.last %} - {% endunless %}{% endfor %} <span style="float: right;"><a href="{% if site.github %}{{ site.github.repository_url }}{% else %}https://gitlab.com/mayx/mayx.gitlab.io{% endif %}/tree/master/{{ page.path }}">查看原始文件</a></span></small> {% endif %} {% if page.layout != "encrypt" %} -<!--[if !IE]> --> <h4 style="border-bottom: 1px solid #e5e5e5;margin: 2em 0 5px;">推荐文章</h4> <p id="suggest-container">Loading...</p> <script> @@ -110,7 +109,6 @@ $.get(BlogAPI + "/suggest?id={{ page.url }}&update=" + lastUpdated.valueOf(), fu } }); </script> -<!-- <![endif]--> {% endif %} <br /> <div class="pagination"> |