Committing before I go make dinner
This commit is contained in:
parent
40a8e21335
commit
608f4370ae
7 changed files with 24 additions and 47 deletions
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr class="my-4">
|
||||
"We needed a solution for remotely broadcasting <br> during the Coronavirus pandemic without having to <br> use remote desktop at 1 a.m. <br> Saved. Our. Butts."
|
||||
"We needed a solution for remote broadcasting <br> during the Coronavirus pandemic without having to <br> use remote desktop at 1 a.m. <br> Saved. Our. Butts."
|
||||
<br>
|
||||
<small><b>Zachary Klosko - Operations at <a href="https://www.wrir.org" target="_blank">WRIR</a></b></small>
|
||||
</div>
|
||||
|
|
|
@ -15,20 +15,21 @@
|
|||
Docs
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
|
||||
{% for item in site.docsdrop %}
|
||||
{% for item in site.data.nav.docsdrop %}
|
||||
<a class="dropdown-item" href="{{ item.url }}">{{ item.page }}</a>
|
||||
{% endfor %}
|
||||
<div class="dropdown-divider"></div>
|
||||
{% for item in site.admindocsdrop %}
|
||||
{% for item in site.data.nav.admindocsdrop %}
|
||||
<a class="dropdown-item" href="{{ item.url }}">{{ item.page }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</li>
|
||||
{% for item in site.topnav %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="{{ item.url }}">{{ item.page }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://www.youtube.com/channel/UC-MA9GzkTb8th1YlDmF0NfA" target="_blank"><i class="fab fa-youtube"></i></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://github.com/LibreTime/libretime" target="_blank"><i class="fab fa-github"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue