Skip to content

Commit

Permalink
🐛fix(footer): remove extra space between "tabi" and separator
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Aug 18, 2023
1 parent c1eda46 commit 12b9184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{# Shows link to remote repository if repository is set and `show_remote_source` is not false #}
{% set show_source = config.extra.show_remote_source | default(value=true) %}
{%- if config.extra.remote_repository_url and show_source -%}
 {{ separator }}
{{ separator }}
<a href="{{ config.extra.remote_repository_url }}" target="_blank">
{%- if lang != config.default_language -%}
{{ trans(key="site_source" | safe, lang=lang) }}
Expand Down

0 comments on commit 12b9184

Please sign in to comment.