Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
layout title component sidebar
index
主页
markdown
bio
<style type="text/css"> #recent-posts>*:first-child { margin-top: 0 !important; } .markdown-body a { font-weight: 400; } .sticky-symbol { font-size: 16px; } .emotag { padding-left: 8px; font-size: .8em; } .post-info { margin-bottom: 10px !important; } .date-time { } .update-time { text-decoration: underline; } </style>
{% assign sticky_posts = site.posts | where: "display","sticky" %} {% for post in sticky_posts %}

📌{{ post.emotag }} {{post.title}}

{{post.excerpt | strip_html | truncate: 70}}

{% endfor %} {% assign count = 0 %} {% for post in site.posts %} {% assign show = false %} {% if post.display %}{% if post.display == "normal" %}{% assign show = true %}{% endif %} {% else %}{% assign show = true %} {% endif %} {% if show == false %}{% continue %}{% endif %} {% assign show = false %} {% assign count = count | plus: 1 %} {% if count <= 10 %}{% assign show = true %}{% endif %} {% if post.emotag %}{% assign show = true %}{% endif %} {% if show == false %}{% continue %}{% endif %}

{{post.title}}

{% if post.update %} {{ post.update | date:"%Y-%m-%d" }} {% else %} {{ post.date | date:"%Y-%m-%d" }} {% endif %} {{ post.emotag }}

{{post.excerpt | strip_html | truncate: 140}}

{% endfor %}

>> 查看全部博文...