aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/common/layout.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-10-29 23:06:25 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-10-29 23:06:25 -0700
commit03406c68d0f993f68ca45c868cc9eda6ac110c8d (patch)
tree3ad96d8af4db8ec0c711b4cc47631caff2f73716 /template/html/common/layout.html
parentd3883126bfca47f1af57a6388ff7b00c997c924f (diff)
Add meta tag to disable Google Translate
Diffstat (limited to 'template/html/common/layout.html')
-rw-r--r--template/html/common/layout.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/html/common/layout.html b/template/html/common/layout.html
index 7ca571b..c128b20 100644
--- a/template/html/common/layout.html
+++ b/template/html/common/layout.html
@@ -13,6 +13,7 @@
<meta name="robots" content="noindex,nofollow">
<meta name="referrer" content="no-referrer">
+ <meta name="google" content="notranslate">
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="16x16" href="{{ route "appIcon" "filename" "favicon-16.png" }}">