|
|
@ -11,8 +11,6 @@ html(lang='en') |
|
|
block title |
|
|
block title |
|
|
= locals.name |
|
|
= locals.name |
|
|
link(rel='alternate', href=locals.url+'/feed.xml', type='application/rss+xml', title=locals.description) |
|
|
link(rel='alternate', href=locals.url+'/feed.xml', type='application/rss+xml', title=locals.description) |
|
|
link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300') |
|
|
|
|
|
link(rel='stylesheet', href='/css/main.min.css') |
|
|
|
|
|
body(class=bodyclass) |
|
|
body(class=bodyclass) |
|
|
header.header |
|
|
header.header |
|
|
div.content-wrap |
|
|
div.content-wrap |
|
|
@ -40,6 +38,8 @@ html(lang='en') |
|
|
a(href='https://github.com/jnordberg/wintersmith') Wintersmith |
|
|
a(href='https://github.com/jnordberg/wintersmith') Wintersmith |
|
|
//- please leave the "powered by" if you use the design |
|
|
//- please leave the "powered by" if you use the design |
|
|
|
|
|
|
|
|
|
|
|
link(rel='stylesheet', href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300') |
|
|
|
|
|
link(rel='stylesheet', href='/css/main.min.css') |
|
|
script(type='text/javascript'). |
|
|
script(type='text/javascript'). |
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
|
|