mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-12 19:38:04 +00:00
Merge pull request #11 from cobbspur/caspertweak
changes to globals in casper
This commit is contained in:
commit
5db837f86b
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<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">
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||||
|
|
||||||
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
|
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
|
||||||
@ -10,8 +10,8 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<a id="title" href="/">{{ghostGlobals.title}}</a>
|
<a id="title" href="/">{{settings.title}}</a>
|
||||||
<p id="description">{{ghostGlobals.description}}</p>
|
<p id="description">{{settings.description}}</p>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</header>
|
</header>
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user