changes to globals in casper
- changed ghostGlobals in default.hbs to settings in lieu of future changes from hannah
This commit is contained in:
parent
cb6056e08f
commit
470f868be1
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>{{ghostGlobals.title}} | {{ghostGlobals.description}}</title>
|
||||
<title>{{settings.title}} | {{settings.description}}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
|
||||
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
|
||||
|
@ -10,8 +10,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a id="title" href="/">{{ghostGlobals.title}}</a>
|
||||
<p id="description">{{ghostGlobals.description}}</p>
|
||||
<a id="title" href="/">{{settings.title}}</a>
|
||||
<p id="description">{{settings.description}}</p>
|
||||
<div class="clearfix"></div>
|
||||
</header>
|
||||
{{{body}}}
|
||||
|
|
Loading…
Reference in a new issue