mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 12:54:49 +00:00
blog: fix wrong link to page 1
This commit is contained in:
parent
15121a888d
commit
3c6248881e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ title: titles.allposts
|
|||
{% if page == paginator.page %}
|
||||
<em>{{ page }}</em>
|
||||
{% elsif page == 1 %}
|
||||
<a href="{{ '/blog' | prepend: site.baseurl | replace: '//', '/' }}">{{ page }}</a>
|
||||
<a href="{{ site.baseurl_root }}/blog">{{ page }}</a>
|
||||
{% else %}
|
||||
<a href="{{ site.paginate_path | prepend: '/' | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue