add video app to menu and frontpage
This commit is contained in:
parent
f7178722e6
commit
0b1b4eeb2e
|
@ -6,6 +6,10 @@
|
|||
url: /radio/
|
||||
name: Radio
|
||||
external_site: false
|
||||
- icon: 📺
|
||||
url: https://v.basspistol.org
|
||||
name: Video
|
||||
external_site: true
|
||||
- icon: 📰
|
||||
url: /highlights/
|
||||
name: Hi-lights
|
||||
|
|
|
@ -35,7 +35,7 @@ layout: default
|
|||
|
||||
<h1>{{ site.title }}</h1>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue