add stream button

This commit is contained in:
Lyn Fugmann 2024-09-24 16:33:50 +02:00
parent b2e465abc4
commit 8153caea03
3 changed files with 23 additions and 0 deletions
_includes

View file

@ -12,6 +12,9 @@
href="{{ entry.url }}">{{ entry.title }}</a>
</li>
{%- endfor %}
<li>
<a class="nav-item-stream" href="https://stream.ifsr.de/" target="_blank" rel="noopener">Stream</a>
</li>
</ul>
</nav>
</div>