fix: gallery

This commit is contained in:
Tobias Reisinger 2020-02-03 01:39:26 +01:00
parent d6cd4628d8
commit 0596f600a5
3 changed files with 27 additions and 12 deletions
templates/partials/blog

View file

@ -2,7 +2,7 @@
{% if page.header.link %}
<{{ title_level }} class="p-name">
{% if page.header.continue_link is not same as(false) %}
<a href="{{ page.url }}"><i class="fa fa-angle-double-right"></i></a>
<a href="{{ page.url }}"><i class="fa fa-angle-double-right"></i></a>
{% endif %}
<a href="{{ page.header.link }}" class="text-reset">{{ page.title }}</a>
</{{ title_level }}>