projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add post title to subject in comment emails
[web.git]
/
personal
/
_layouts
/
category_feed.html
diff --git
a/personal/_layouts/category_feed.html
b/personal/_layouts/category_feed.html
index db32965c466580c76f8050ba263e7f5e3fecd6db..5dcab9d84978214155d01439bd64f99a244bedde 100644
(file)
--- a/
personal/_layouts/category_feed.html
+++ b/
personal/_layouts/category_feed.html
@@
-1,8
+1,8
@@
---
layout: feed
hide: true
-vars: "blog-category.html"
---
+<title>{{ page.title | xml_escape }}</title>
{% assign posts = site.categories[page.category] %}
{% include post-feed.html posts=posts %}