The New Beginnings

This commit is contained in:
2020-08-28 16:17:27 +03:00
parent e253970e14
commit 3714f85d86
81 changed files with 5643 additions and 9112 deletions

22
_includes/post.pug Normal file
View 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!= content
include /footer.pug