mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Allow to set styles for alert banner
This commit is contained in:
parent
0216bf3f64
commit
2d36e36464
5 changed files with 18 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
<body>
|
||||
<div id="detectmobile" class="detectmobile"></div>
|
||||
{% if site.ALERT %}
|
||||
<div class="banner-message alert">
|
||||
<div class="banner-message {{ site.ALERTCLASS }}">
|
||||
<a href="{{ site.ALERTURL }}"><span>{{ site.ALERT }}</span></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue