From eb778774d016e297427241630d30697705b978f7 Mon Sep 17 00:00:00 2001 From: lucasradaelli <64749873+lucasradaelli@users.noreply.github.com> Date: Mon, 1 Jun 2020 18:48:33 -0700 Subject: adds missing skip to content link in the localization flow (#29) * Adds i18n support for theme * Adds a way for sites to have custom css. This change adds a param to the theme (called customCss), which allows sites to provide extra css under static/, so that they don't need to copy the theme's css whole file. If no custom css is in the params, this change is NOP. * Adds skip to content link as part of the localization flow --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f01fa3e..f2c41c3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,7 +2,7 @@ {{ partial "head.html" . }} - skip to content + {{ T "skip_to_content" }} {{ partial "svg.html" . }}
{{ partial "header.html" . }} -- cgit v1.2.3