mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	changes to globals in casper
- changed ghostGlobals in default.hbs to settings in lieu of future changes from hannah
This commit is contained in:
		@@ -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}}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user