mirror of
https://github.com/rvtr/wiki.git
synced 2025-06-18 11:05:39 -04:00

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
8 lines
381 B
HTML
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"> </a>
|
|
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="{{ site.data[page.collection].strings.close }}"></button>
|
|
</div>
|
|
</div>
|
|
</div> |