You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
984 B

extends template_70s
block content
.container#top
.inner
.hero
.hero-box
h1 Garrett Mills
section#recent
h2 posts & updates
.button-links
a.button-small(href='/feed/rss.xml') rss
a.button-small(href='/feed/atom.xml') atom
a.button-small(href='/feed/json.json') json
each item in feedPosts
.feed-item
.feed-category(id=item.feedPostId)
.tag #{item.tag}
span
if !item.visible
p.text (draft)
p.text !{item.body}
.bottom
.stamp <a href="#{named('feed')}##{item.feedPostId}" class="feed-edit-button">permalink</a>&nbsp;&nbsp;|&nbsp;&nbsp;#{item.postedAt.toLocaleString()}