mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
11 lines
287 B
HTML
11 lines
287 B
HTML
![]() |
<template name="logo">
|
||
|
{{#if logo_url}}
|
||
|
<h1 class="logo logo-image header-module">
|
||
|
<a href="/">
|
||
|
<img src="{{logo_url}}" alt="{{site_title}}"/>
|
||
|
</a>
|
||
|
</h1>
|
||
|
{{else}}
|
||
|
<h1 class="logo header-module"><a href="/">{{site_title}}</a></h1>
|
||
|
{{/if}}
|
||
|
</template>
|