projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
forum link
[web.git]
/
personal
/
_layouts
/
category_feed.html
1
---
2
layout: feed
3
hide: true
4
---
5
6
<title>{{ page.title | xml_escape }}</title>
7
{% assign posts = site.categories[page.category] %}
8
{% include post-feed.html posts=posts %}