Browse Source

move styles to the correct place

dev/hugo
Brett Langdon 11 years ago
parent
commit
7a5bd7bacd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/layout.jade

+ 2
- 2
templates/layout.jade View File

@ -11,6 +11,8 @@ html(lang='en')
block title
= locals.name
link(rel='alternate', href=locals.url+'/feed.xml', type='application/rss+xml', title=locals.description)
link(rel='stylesheet', href='//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)
header.header
div.content-wrap
@ -38,8 +40,6 @@ html(lang='en')
a(href='https://github.com/jnordberg/wintersmith') Wintersmith
//- please leave the "powered by" if you use the design
link(rel='stylesheet', href='//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').
(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),


Loading…
Cancel
Save