Fix typo on relative_link filter

This commit is contained in:
Daniel J. Summers 2022-06-26 16:15:53 -04:00
parent ca3e56ed3c
commit f2cbd2e111
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea
**/*.zip

View File

@ -67,7 +67,7 @@
{% endif %}
{% if model.older_link -%}
<li class="next item">
<h4 class="item-heading">Next Post <a href="{{ model.older_link.value | relative_ling }}">&raquo;</a></h4>
<h4 class="item-heading">Next Post <a href="{{ model.older_link.value | relative_link }}">&raquo;</a></h4>
<a href="{{ model.older_link.value | relative_link }}">{{ model.older_name.value }}</a>
</li>
{%- endif -%}

View File

@ -1,2 +1,2 @@
Daniel J. Summers
1
1.0.1