broken url

This commit is contained in:
sakrecoer 2020-12-14 20:42:01 +01:00
parent c7b24af80a
commit cdf53dec24

View file

@ -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.link }}" {% if app.external == true %}rel="noopener" target="_blank"{% endif %} class="button">{{ app.icon }}</a></li> <li><a href="{{ app.url }}" {% 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>