Fixing relative URL bugs
This commit is contained in:
parent
f8be958835
commit
b4aba43c97
2 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
{{! The big featured header on the homepage, with the site logo and description }}
|
||||
<header id="site-head">
|
||||
<div class="vertical">
|
||||
<div id="site-head-content">
|
||||
<a id="blog-logo" href="{{settings.url}}"><img src="assets/img/user.png" alt="" /></a>
|
||||
<div id="site-head-content" class="inner">
|
||||
<a id="blog-logo" href="{{settings.url}}"><img src="/assets/img/user.png" alt="" /></a>
|
||||
<h1 class="blog-title">{{settings.title}}</h1>
|
||||
<h2 class="blog-description">A designer, developer and entrepreneur. Spends his time travelling the world with a bag of kites. Likes journalism and publishing platforms.</h2>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue