wip: notes
This commit is contained in:
22
_includes/note.pug
Normal file
22
_includes/note.pug
Normal file
@@ -0,0 +1,22 @@
|
||||
doctype html
|
||||
html(lang='en')
|
||||
head
|
||||
include /head.pug
|
||||
|
||||
//- Styles
|
||||
link(rel='stylesheet', href='/public/styles/post.css')
|
||||
link(rel='stylesheet', href='https://unpkg.com/prismjs@1.20.0/themes/prism.css')
|
||||
body
|
||||
include /header.pug
|
||||
|
||||
main.line-numbers
|
||||
h1= title
|
||||
p.meta
|
||||
time.pubtime(datetime=page.date.toISOString())= page.date.toDateString()
|
||||
if location
|
||||
| ,
|
||||
= location
|
||||
hr
|
||||
article(class=(asciiDoctor ? "asciidoctor" : ""))!= content
|
||||
|
||||
include /footer.pug
|
||||
Reference in New Issue
Block a user