blog/themes/flex/templates/partial/statuscake.html
2015-10-12 17:19:51 +02:00

6 lines
300 B
HTML

{% if STATUSCAKE %}
<a href="https://www.statuscake.com" title="{{ SITENAME }} Uptime">
<img src="https://www.statuscake.com/App/button/index.php?Track={{ STATUSCAKE['trackid'] }}&amp;Days={{ STATUSCAKE['days'] }}&amp;Design=6" alt="{{ SITENAME }} Uptime" width="96" height="15"/>
</a>
{% endif %}