Autoformatted some twigs

This commit is contained in:
pikim 2023-01-20 00:17:01 +01:00
parent ecc1d5c964
commit 497b24e594
6 changed files with 76 additions and 74 deletions

View file

@ -3,7 +3,9 @@
{% set related = grav['pages'].get(related_path) %}
{% if related %}
<li>
<a href="{{ related.url }}" title="{{ related.title }}">{{ related.title }}</a> {% if config.plugins.relatedpages.show_score %}<span class="score">( {{ score }} )</span>
<a href="{{ related.url }}" title="{{ related.title }}">{{ related.title }}</a>
{% if config.plugins.relatedpages.show_score %}
<span class="score">( {{ score }} )</span>
{% endif %}
</li>
{% endif %}