🐛fix(footer): remove extra space between "tabi" and separator

main
welpo 2 years ago
parent c1eda46934
commit 12b9184f15
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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) }}

Loading…
Cancel
Save