mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Casper now displays logo if one is uploaded
This commit is contained in:
parent
ad877308d4
commit
0c94300d4a
@ -7,9 +7,13 @@
|
||||
|
||||
<script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/js/index.js"></script>
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
href="http://example.com/myicon.png">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{{#if settings.logo}}<a id="logo" href="/"><img src="{{settings.logo}}" alt="Logo"></a>{{/if}}
|
||||
<a id="title" href="/">{{settings.title}}</a>
|
||||
<p id="description">{{settings.description}}</p>
|
||||
<div class="clearfix"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user