projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
db32965c466580c76f8050ba263e7f5e3fecd6db
[web.git]
/
personal
/
_layouts
/
category_feed.html
1
---
2
layout: feed
3
hide: true
4
vars: "blog-category.html"
5
---
6
7
{% assign posts = site.categories[page.category] %}
8
{% include post-feed.html posts=posts %}