mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Blog: add slash to links to 'All Posts'
This commit is contained in:
parent
dad8ffb16d
commit
ce3cbdddb4
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ layout: custom
|
|||
<!-- Category selector: desktop -->
|
||||
<div class="container full desktop-only">
|
||||
<div class="info-block blog-nav row">
|
||||
<div class="col"><a href="{{ site.baseurl_root }}/blog">{% t blog.allposts %}</a></div>
|
||||
<div class="col"><a href="{{ site.baseurl_root }}/blog/">{% t blog.allposts %}</a></div>
|
||||
<div class="col {% if filename == 'urgent' %}checked{% endif %}"><a href="{{ site.baseurl_root }}/blog/tags/urgent.html">{% t blog.urgent %}</a></div>
|
||||
<div class="col {% if filename == 'releases' %}checked{% endif %}"><a href="{{ site.baseurl_root }}/blog/tags/releases.html">{% t blog.releases %}</a></div>
|
||||
<div class="col {% if filename == 'community' %}checked{% endif %}"><a href="{{ site.baseurl_root }}/blog/tags/community.html">{% t blog.community %}</a></div>
|
||||
|
@ -28,7 +28,7 @@ layout: custom
|
|||
<input id="filter" type="checkbox" name="category-filter"/>
|
||||
<label for="filter">{% t blog.filter %}</label>
|
||||
<ul id="menu">
|
||||
<li><a href="{{ site.baseurl_root }}/blog">{% t blog.allposts %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/">{% t blog.allposts %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/tags/urgent.html">{% t blog.urgent %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/tags/releases.html">{% t blog.releases %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/tags/community.html">{% t blog.community %}</a></li>
|
||||
|
|
|
@ -7,7 +7,7 @@ title: titles.blogbytag
|
|||
<!-- Category selector: desktop -->
|
||||
<div class="container full desktop-only">
|
||||
<div class="info-block blog-nav row">
|
||||
<div class="col {% if page.name == 'index.html' %}checked{% endif %}"><a href="{{ site.baseurl_root }}/blog">{% t blog.allposts %}</a></div>
|
||||
<div class="col {% if page.name == 'index.html' %}checked{% endif %}"><a href="{{ site.baseurl_root }}/blog/">{% t blog.allposts %}</a></div>
|
||||
<div class="col"><a href="{{ site.baseurl_root }}/blog/tags/urgent.html">{% t blog.urgent %}</a></div>
|
||||
<div class="col"><a href="{{ site.baseurl_root }}/blog/tags/releases.html">{% t blog.releases %}</a></div>
|
||||
<div class="col"><a href="{{ site.baseurl_root }}/blog/tags/community.html">{% t blog.community %}</a></div>
|
||||
|
@ -22,7 +22,7 @@ title: titles.blogbytag
|
|||
<input id="filter" type="checkbox" name="category-filter"/>
|
||||
<label for="filter">{% t blog.filter %}</label>
|
||||
<ul id="menu">
|
||||
<li><a href="{{ site.baseurl_root }}/blog">{% t blog.allposts %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/">{% t blog.allposts %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/tags/urgent.html">{% t blog.urgent %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/tags/releases.html">{% t blog.releases %}</a></li>
|
||||
<li><a href="{{ site.baseurl_root }}/blog/tags/community.html">{% t blog.community %}</a></li>
|
||||
|
|
Loading…
Reference in a new issue