mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix incorrect double quotes
This commit is contained in:
parent
84ac3d2589
commit
50f5e5a1f6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ title: Network status and alerts - Bitcoin
|
||||||
{% if site.STATUS == 0 %}
|
{% if site.STATUS == 0 %}
|
||||||
<div class="alertstatusinactive">There is no ongoing event on the Bitcoin network.</div>
|
<div class="alertstatusinactive">There is no ongoing event on the Bitcoin network.</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="alertstatusactive"">The following network event is ongoing.</div>
|
<div class="alertstatusactive">The following network event is ongoing.</div>
|
||||||
<ul class="alertsactive">
|
<ul class="alertsactive">
|
||||||
{% filter_for p in site.pages reversed sort_by:date category:alert %}{% if p.active == true %}
|
{% filter_for p in site.pages reversed sort_by:date category:alert %}{% if p.active == true %}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue