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:
|
video_path:
|
||||||
apps:
|
apps:
|
||||||
- name: Support
|
- name: Support
|
||||||
url: #support
|
link: '#support'
|
||||||
icon: 🌮
|
icon: 🌮
|
||||||
external: false
|
external: false
|
||||||
- name: Video
|
- name: Video
|
||||||
url: https://v.basspistol.org/video-channels/tosettosetto/
|
link: https://v.basspistol.org/video-channels/tosettosetto/
|
||||||
icon: 📺
|
icon: 📺
|
||||||
external: true
|
external: true
|
||||||
- name: Read
|
- name: Read
|
||||||
url: #read
|
link: '#read'
|
||||||
icon: 👀
|
icon: 👀
|
||||||
external: false
|
external: false
|
||||||
- name: Support
|
- name: Support
|
||||||
url: https://t.basspistol.org/setto/
|
link: https://t.basspistol.org/setto/
|
||||||
icon: 📢
|
icon: 📢
|
||||||
external: true
|
external: true
|
||||||
- name: chat
|
- name: chat
|
||||||
url: /chat/#read
|
link: '/chat/#read'
|
||||||
icon: 🗨️
|
icon: 🗨️
|
||||||
external: false
|
external: false
|
||||||
---
|
---
|
||||||
|
@ -44,7 +44,7 @@ apps:
|
||||||
<h1>{{ site.title }}</h1>
|
<h1>{{ site.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
<ul>{% for app in page.apps %}
|
<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 %}
|
{% endfor %}
|
||||||
<li>{% for post in site.categories.releases limit: 1%}<a href="{{ post.url }}#play" class="button">🔥</a>{% endfor %}</li>
|
<li>{% for post in site.categories.releases limit: 1%}<a href="{{ post.url }}#play" class="button">🔥</a>{% endfor %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue