67dcb2f77c
brought over all the files from the Jekyll version, fixed categories, reformatted for different markdown processor
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
doctype html
|
|
html(lang=config.language)
|
|
include _partial/head.pug
|
|
body
|
|
#toTop
|
|
#wrapper.hfeed
|
|
include _partial/header.pug
|
|
#main
|
|
#forbottom
|
|
section#container
|
|
#content(role='main'): block content
|
|
include _partial/sidebar.pug
|
|
include _partial/footer.pug
|