mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
5 lines
292 B
HTML
5 lines
292 B
HTML
{% comment %} This file is licensed under the MIT License (MIT) available on http://opensource.org/licenses/MIT. {% endcomment %}{% if site.ALERT %}
|
|
<div class="banner-message {{ site.ALERTCLASS }}">
|
|
<a href="{{ site.ALERTURL }}"><span>{{ site.ALERT }}</span></a>
|
|
</div>
|
|
{% endif %}
|