fix: gallery
This commit is contained in:
parent
d6cd4628d8
commit
0596f600a5
3 changed files with 27 additions and 12 deletions
templates/partials/blog
|
@ -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 }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue