From f480ccf261be15971f1b5437e76a1dfe1347a218 Mon Sep 17 00:00:00 2001 From: matograine <matograine@zaclys.net> Date: Mon, 25 Apr 2022 19:29:33 +0200 Subject: [PATCH] make the title of main page follow localization --- source/files/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/files/index.html b/source/files/index.html index 2561416..14875f7 100644 --- a/source/files/index.html +++ b/source/files/index.html @@ -24,7 +24,7 @@ <div class="nav-wrapper cyan darken-2"> <a id="title-center" href="#" class="brand-logo center hide-on-med-and-down" style="display: block;"> <img width="60" height="60" style="vertical-align:middle;" src="./img/v-cercle.svg"/> - <span style="vertical-align:middle; display:inline;">ViĞnette</span> + <span style="vertical-align:middle; display:inline;">__MAIN_TITLE__</span> </a> <div class="brand-logo left"> <a href="#" data-target="nav-mobile" class="sidenav-trigger valign-wrapper"> @@ -34,7 +34,7 @@ <line x1="4" y1="12" x2="20" y2="12" /> <line x1="4" y1="18" x2="20" y2="18" /> </svg> - <p> ViĞnette</p> + <p> __MAIN_TITLE__</p> </a> </div> <!-- menu --> -- GitLab