#1: Added the summary field to all nodes. It gets saved if we edit the node. On a node page the summary is shown first, then the main content. In the blog list the title and the summry is shown

This commit is contained in:
Dario Bösch
2015-05-21 10:18:03 +02:00
parent 202253e414
commit 0e0cd131a5
3 changed files with 56 additions and 7 deletions

View File

@@ -16,3 +16,8 @@ li.cms_type_blog a::before {
ul.cms-nodes li:first-child {
border-top: none;
}
.summary{
margin-top:20px;
font-weight:bold;
}