wiki/_includes/language-alert.html
Pk11 16e53dcb82 Derp fixes
wasn't actually broken, but I made a couple changes I didn't need to and it looked bad that it would flash English briefly so changed that to an nbsp
2021-10-15 22:25:34 -05:00

8 lines
381 B
HTML

<div class="row">
<div class="col-12">
<div id="language-alert" class="alert alert-secondary alert-dismissible fade show d-none mt-3 mb-0" role="alert">
<a id="language-alert-link" href="#" accesskey="l">&nbsp;</a>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="{{ site.data[page.collection].strings.close }}"></button>
</div>
</div>
</div>