Skip to content

Commit

Permalink
Add separator to the language switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
makowildcat committed Jul 11, 2024
1 parent 07a6dd3 commit 8376dc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/lang-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
<a href="/{{ lang }}{{ page.url }}">{{ lang_name }}</a>
{% endif %}
{% endif %}
{% if forloop.last == false %}
|
{% endif %}
{% endfor %}

0 comments on commit 8376dc3

Please sign in to comment.