diff --git a/templates/layout.jade b/templates/layout.jade index 8b3a569..42eb773 100644 --- a/templates/layout.jade +++ b/templates/layout.jade @@ -12,7 +12,7 @@ html(lang='en') = locals.name 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.css') + link(rel='stylesheet', href='/css/main.min.css') body(class=bodyclass) header.header div.content-wrap