mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-28 14:18:53 +00:00
Autoformatted some twigs
This commit is contained in:
parent
ecc1d5c964
commit
497b24e594
6 changed files with 76 additions and 74 deletions
|
@ -3,7 +3,9 @@
|
||||||
{% set related = grav['pages'].get(related_path) %}
|
{% set related = grav['pages'].get(related_path) %}
|
||||||
{% if related %}
|
{% if related %}
|
||||||
<li>
|
<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 %}
|
{% endif %}
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue