editorTheme: allow header logo/title to be a link

This commit is contained in:
Nick O'Leary
2015-04-22 14:03:42 +01:00
parent c71e76335b
commit 1c1a85dcef
3 changed files with 14 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
</head>
<body spellcheck="false">
<div id="header">
<span class="logo">{{#header.image}}<img src="{{.}}">{{/header.image}} <span>{{ header.title }}</span></span>
<span class="logo">{{#header.url}}<a href="{{.}}">{{/header.url}}{{#header.image}}<img src="{{.}}">{{/header.image}} <span>{{ header.title }}</span>{{#header.url}}</a>{{/header.url}}</span>
<ul class="header-toolbar hide">
<li><a id="btn-sidemenu" class="button" data-toggle="dropdown" href="#"><i class="fa fa-bars"></i></a></li>
<ul>