added blog handler that lists all blog entries

This commit is contained in:
Dario Bösch
2015-05-18 14:36:24 +02:00
parent 29ef17226b
commit c65265b025
3 changed files with 117 additions and 13 deletions

View File

@@ -4,12 +4,15 @@ ul.cms-nodes {
border: solid 1px #ccc;
}
li.cms_type_page {
li.cms_type_page, li.cms_type_blog {
border-top: dotted 1px #ccc;
}
li.cms_type_page a::before {
content: "[page] ";
}
li.cms_type_page:first-child {
li.cms_type_blog a::before {
content: "[blog] ";
}
ul.cms-nodes li:first-child {
border-top: none;
}