From 4bf62f8b98f0a5ac7b3b79e3e4f09fea821e4585 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 26 Apr 2024 09:27:11 +0100 Subject: [PATCH] Apply suggestions from code review --- mkdocs/themes/mkdocs/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/themes/mkdocs/base.html b/mkdocs/themes/mkdocs/base.html index ce9472a7b1..efe02e6da1 100644 --- a/mkdocs/themes/mkdocs/base.html +++ b/mkdocs/themes/mkdocs/base.html @@ -129,9 +129,9 @@ {%- if config.repo_name == 'GitHub' -%} {% trans repo_name=config.repo_name %}Edit on {{ repo_name }}{% endtrans %} {%- elif config.repo_name == 'Bitbucket' -%} - {% trans repo_name=config.repo_name %}Edit on {{ repo_name }}{% endtrans %} + {% trans repo_name=config.repo_name %}Edit on {{ repo_name }}{% endtrans %} {%- elif config.repo_name == 'GitLab' -%} - {% trans repo_name=config.repo_name %}Edit on {{ repo_name }}{% endtrans %} + {% trans repo_name=config.repo_name %}Edit on {{ repo_name }}{% endtrans %} {%- elif config.repo_name -%} {% trans repo_name=config.repo_name%}Edit on {{ repo_name }}{% endtrans %} {% else %}