broken links
This commit is contained in:
parent
cdf53dec24
commit
d42fb5a35b
12
index.html
12
index.html
|
@ -7,23 +7,23 @@ image: /images/pages/background-setto-v2-blus.svg
|
|||
video_path:
|
||||
apps:
|
||||
- name: Support
|
||||
url: #support
|
||||
link: '#support'
|
||||
icon: 🌮
|
||||
external: false
|
||||
- name: Video
|
||||
url: https://v.basspistol.org/video-channels/tosettosetto/
|
||||
link: https://v.basspistol.org/video-channels/tosettosetto/
|
||||
icon: 📺
|
||||
external: true
|
||||
- name: Read
|
||||
url: #read
|
||||
link: '#read'
|
||||
icon: 👀
|
||||
external: false
|
||||
- name: Support
|
||||
url: https://t.basspistol.org/setto/
|
||||
link: https://t.basspistol.org/setto/
|
||||
icon: 📢
|
||||
external: true
|
||||
- name: chat
|
||||
url: /chat/#read
|
||||
link: '/chat/#read'
|
||||
icon: 🗨️
|
||||
external: false
|
||||
---
|
||||
|
@ -44,7 +44,7 @@ apps:
|
|||
<h1>{{ site.title }}</h1>
|
||||
<p>{{ page.description }}</p>
|
||||
<ul>{% for app in page.apps %}
|
||||
<li><a href="{{ app.url }}" {% if app.external == true %}rel="noopener" target="_blank"{% endif %} class="button">{{ app.icon }}</a></li>
|
||||
<li><a href="{{ app.link }}" {% if app.external == true %}rel="noopener" target="_blank"{% endif %} class="button">{{ app.icon }}</a></li>
|
||||
{% endfor %}
|
||||
<li>{% for post in site.categories.releases limit: 1%}<a href="{{ post.url }}#play" class="button">🔥</a>{% endfor %}</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue