5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

liquid doesn't make any sense

This commit is contained in:
Neil Alexander 2018-07-25 09:25:58 +01:00
parent 8299c8e438
commit 9e82c2ffae
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -23,7 +23,7 @@
<p>
<a href="{{ site.github.url }}">Home</a><br />
{% for page in site.pages %}
{% if "{{ page.url | slice: -5,5 }}" == ".html" %}
{% if page.url contains ".html" %}
{% unless page.tags contains "dontlink" %}
<a href="{{ page.url }}">{{ page.title }}</a><br />
{% endunless %}