{{ post.title }}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %}
{{ post.content | truncatewords: 20 | strip_html | xml_escape}}
[Read More]
{% assign tags = "all" %} {% for post in site.posts %} {% for tag in post.tags %} {% unless tags contains tag %} {% capture tags %}{{ tags }}|{{ tag }}{% endcapture %} {% endunless %} {% endfor %} {% endfor %} {% assign alltags = tags | split: '|' %}
github_category_index.html --- layout: page ---{{ cupcake.description }}
for tagName in site.tags
{{ tagName | first }}
endfor
if(window.location.hash) { var tag = window.location.hash.split('#')[1]; console.log(tag); // 丫的 这是 一个函数啊... 而不是 jquery的 那个filter?? filter(tag); }