add video app to menu and frontpage

This commit is contained in:
Set Hallstrom 2020-11-03 11:27:22 +01:00
parent f7178722e6
commit 0b1b4eeb2e
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@
url: /radio/ url: /radio/
name: Radio name: Radio
external_site: false external_site: false
- icon: 📺
url: https://v.basspistol.org
name: Video
external_site: true
- icon: 📰 - icon: 📰
url: /highlights/ url: /highlights/
name: Hi-lights name: Hi-lights

View file

@ -35,7 +35,7 @@ layout: default
<h1>{{ site.title }}</h1> <h1>{{ site.title }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
<p><a href="#read" class="button" style="margin-bottom: 10px">🔥 Boom</a> <a href="/radio/"" class="button">📻 Radio app</a> <a href="{{ relBase }}/chat/#read" target="_blank" class="button">📢 Chat</a></p> <p><a href="#read" class="button" style="margin-bottom: 10px">🔥 Boom</a> <a href="/radio/" class="button">📻 Radio app</a> <a href="https://v.basspistol.org" target="_blank" rel="noopener" class="button">📺 Video app</a></p>
</div> </div>
</div> </div>