Fixing relative URL bugs

This commit is contained in:
John O'Nolan
2013-09-01 18:16:24 +02:00
committed by Hannah Wolfe
parent f8be958835
commit b4aba43c97
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="assets/css/screen.css">
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Open+Sans:700,400">
{{! Ghost outputs important style and meta data with this tag }}