fixed blog back to main page links
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
This commit is contained in:
parent
24ed853a7e
commit
0ccca5e485
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
{% break %}
|
{% break %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<a class="nav-item nav-link" href="../#blog-{{ tag | slugify }}">🏠 Back to Main Page</a>
|
<a class="nav-item nav-link" href="../../#blog-{{ tag | slugify }}">🏠 Back to Main Page</a>
|
||||||
{% if prev %}
|
{% if prev %}
|
||||||
<a class="nav-item nav-link" href="{{ posts[prev].url }}">⏮️ Previous in {{ tag }}</a>
|
<a class="nav-item nav-link" href="{{ posts[prev].url }}">⏮️ Previous in {{ tag }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue