mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +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) %}
|
||||
{% 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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue