blog.negative9.net/templates/article.jade

27 lines
525 B
Plaintext
Raw Permalink Normal View History

2018-03-11 11:15:42 +00:00
extends layout
block append vars
- bodyclass = 'article-detail'
block prepend title
| #{ page.title + ' - '}
block header
include author
2018-03-19 00:43:01 +00:00
a(href=locals.url)
img(src="/img/logo.png", alt="", srcset="" height="64")
2018-11-02 21:26:04 +00:00
a(href=locals.home, class="title")
2018-03-19 00:43:01 +00:00
h1= page.title
2018-03-11 11:15:42 +00:00
p.author
| #{ 'Written by ' }
mixin author(page.metadata.author)
block content
article.article
section.content!= typogr(page.html).typogrify()
block prepend footer
div.nav
a(href=contents.index.url) « Full blog