commit 16c02511ca18a28e249d03ffae965edc5a73a501 Author: emma peel emma.peel@riseup.net Date: Thu Mar 25 08:12:58 2021 +0100
this string ought to be in quotes, otherwise lektor looks for a variable and the build breaks --- templates/hero.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/hero.html b/templates/hero.html index f02d70c..5c215c8 100644 --- a/templates/hero.html +++ b/templates/hero.html @@ -2,7 +2,7 @@ <div class="row"> <div class="col-12 content-center"> <div class="row"> - <h6 class="mx-auto text-white pt-3">{{ _(Community) }}</h6> + <h6 class="mx-auto text-white pt-3">{{ _('Community') }}</h6> </div> <div class="row"> <h2 class="mx-auto display-3 text-white">{% block title %}{{ this.title }}{% endblock %}</h2>