mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
13 lines
No EOL
454 B
HTML
13 lines
No EOL
454 B
HTML
<template name="footer">
|
|
{{#if tlkioChannel}}
|
|
{{#constant}}
|
|
<div id="tlkio" data-channel="{{tlkioChannel}}" style="width:280px;height:100%;"><a href="http://tlk.io/telescope" class="open-chat" target="_blank">chat</a>
|
|
<a href="https://github.com/SachaG/Telescope/issues" class="report-bug" target="_blank">report bug</a>
|
|
</div>
|
|
{{/constant}}
|
|
{{/if}}
|
|
<div class="footer grid">
|
|
{{{footerCode}}}
|
|
</div>
|
|
{{{analyticsCode}}}
|
|
</template> |