|
|
|
@ -8,8 +8,7 @@ block content |
|
|
|
span= moment.utc(article.date).format('DD. MMMM YYYY') |
|
|
|
h2 |
|
|
|
a(href=article.url)= article.title |
|
|
|
section.content |
|
|
|
!{ typogr(article.intro).typogrify() } |
|
|
|
section.content !{typogr(article.intro).typogrify()} |
|
|
|
if article.hasMore |
|
|
|
p.more |
|
|
|
a(href=article.url) more |
|
|
|
|