From 8208ac817dcd79c0006cbf33e88ab6619a66852d Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 15 Jun 2024 10:17:37 +0200 Subject: [PATCH] html pages: add robots meta tag Signed-off-by: Nicola Murino --- templates/common/base.html | 1 + templates/common/baselogin.html | 1 + templates/webclient/viewpdf.html | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/common/base.html b/templates/common/base.html index 14da56d4..02af5a30 100644 --- a/templates/common/base.html +++ b/templates/common/base.html @@ -799,6 +799,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). + {{- template "fonts" . }} {{- block "extra_css" .}}{{- end}} diff --git a/templates/common/baselogin.html b/templates/common/baselogin.html index 1fc00822..cec7aad9 100644 --- a/templates/common/baselogin.html +++ b/templates/common/baselogin.html @@ -21,6 +21,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). + {{- template "fonts" . }} {{- range .Branding.DefaultCSS}} diff --git a/templates/webclient/viewpdf.html b/templates/webclient/viewpdf.html index db3d4b5f..b4639a05 100644 --- a/templates/webclient/viewpdf.html +++ b/templates/webclient/viewpdf.html @@ -16,9 +16,11 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). + - + + {{range .Branding.ExtraCSS}}