mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
11 lines
No EOL
287 B
HTML
11 lines
No EOL
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> |