Skip to content

Commit

Permalink
added ghost_head to error page, removed commented out code on default…
Browse files Browse the repository at this point in the history
… template
  • Loading branch information
Ire Aderinokun committed May 15, 2015
1 parent 1849ae2 commit daacbbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions default.hbs
Expand Up @@ -7,7 +7,6 @@
<meta name="description" content="{{meta_description}}" />
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- <link rel="shortcut icon" href="{{asset "images/favicon.ico"}}"> -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{asset "css/style.css"}}">

Expand All @@ -19,7 +18,7 @@

<footer>
<small>
&copy; {{date format="YYYY"}} {{@blog.title}} on <a href="https://ghost.org/">Ghost</a> with <a href="https://github.com/ireade/openwriter">OpenWriter</a>
&copy; {{date format="YYYY"}} {{@blog.title}} on <a href="https://ghost.org/">Ghost</a> with <a href="https://github.com/ireade/openwriter" target="_blank">OpenWriter</a>
</small>
</footer>

Expand Down
6 changes: 4 additions & 2 deletions error.hbs
Expand Up @@ -3,12 +3,14 @@
<head>
<meta charset="utf-8">
<title>Oops!</title>


<meta name="description" content="{{meta_description}}" />
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{asset "css/style.css"}}">


{{ghost_head}}
</head>
<body class="{{body_class}}">

Expand Down

0 comments on commit daacbbe

Please sign in to comment.