hoewerkt/resources/jade/article.jade

28 lines
901 B
Plaintext
Raw Normal View History

html
head
title Hoe werkt Werkmanrooster ?
link(rel="stylesheet", href="/css/style.css", type="text/css")
link(rel="stylesheet", href="/css/skeleton.css", type="text/css")
link(rel="stylesheet", href="/other/prism.css", type="text/css")
2015-08-26 19:42:47 +02:00
//- meta(http-equiv="refresh", content="2")
body
.container
.row
.sidebar.five
div
h5 Profielwerkstuk
p Hoe werkt Werkmanrooster?
2015-08-26 19:42:47 +02:00
//- sup Door :
a(href="http://96aa48.github.io")
img(src="/images/face.png")
sup Bram van der Veen
ul
for article in articles
li
2015-08-26 19:42:47 +02:00
a(href="/" + (article.match(':') ? article.split(':')[0] : article))=article.match(':') ? article.split(':')[1] : article
.content.seven
div!=markdown
script(type="text/javascript", src="/other/prism.js")