mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
blog_by_tag.html: show navbar up to 75rem width
This commit is contained in:
parent
0298ecac6b
commit
c315023b30
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ layout: custom
|
|||
|
||||
<div class="blog">
|
||||
<!-- Category selector: desktop -->
|
||||
<div class="container full desktop-only">
|
||||
<div class="container full">
|
||||
<div class="info-block blog-nav row">
|
||||
<div class="col"><a href="{{ site.baseurl }}/blog/">{% t blog.allposts %}</a></div>
|
||||
<div class="col {% if filename == 'urgent' %}checked{% endif %}"><a href="{{ site.baseurl }}/blog/tags/urgent.html">{% t blog.urgent %}</a></div>
|
||||
|
|
Loading…
Reference in a new issue