Skip to content

Commit

Permalink
🐛 fix: trailing space in front of nav-links
Browse files Browse the repository at this point in the history
  • Loading branch information
serginogal committed Feb 3, 2023
1 parent b044e30 commit dcaa705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<div class="nav-navs">
<div>
{% for menu in config.extra.menu %}
<a class="nav-links" href={{ menu.url }}>
{{ menu.name }}</a>
<a class="nav-links" href={{ menu.url }}>{{ menu.name }}</a>
{% endfor %}
</div>
<label class="theme-switcher" for="themeswitch">
Expand Down

0 comments on commit dcaa705

Please sign in to comment.