There doesn't seem to be an "eval" available with that version

This commit is contained in:
Andreas Dangel
2018-05-26 21:32:27 +02:00
parent 175b4285d3
commit ff0a26633c

View File

@ -46,7 +46,7 @@
{% capture excluded %}{{ page.tags | intersect: exclude_tags | empty }}{% endcapture %}
{% if included contains "true" and excluded contains "true" %}
<li><a href="{{page.url | remove: '/'}}">{% eval titlemaker %}</a></li>
<li><a href="{{page.url | remove: '/'}}">{{ titlemaker }}</a></li>
{% endif %}
{% endfor %}
</ul>