From 03406c68d0f993f68ca45c868cc9eda6ac110c8d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 29 Oct 2019 23:06:25 -0700 Subject: Add meta tag to disable Google Translate --- template/common.go | 3 ++- template/html/common/layout.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/template/common.go b/template/common.go index ace693c..ce8108d 100644 --- a/template/common.go +++ b/template/common.go @@ -87,6 +87,7 @@ var templateCommonMap = map[string]string{ + @@ -250,6 +251,6 @@ var templateCommonMap = map[string]string{ var templateCommonMapChecksums = map[string]string{ "entry_pagination": "4faa91e2eae150c5e4eab4d258e039dfdd413bab7602f0009360e6d52898e353", "item_meta": "34deb081a054f2948ad808bdb2c8603d6ab00c58f2f50c4ead0b47ae092888eb", - "layout": "93a4873adf5deb99b77f60e71465eab817c32a381de696b93ff27b7eaa47bb3b", + "layout": "010e31c9dde88cb429b21f4b0c24bb3769043a3ef1ef4a57100314f5910c8725", "pagination": "3386e90c6e1230311459e9a484629bc5d5bf39514a75ef2e73bbbc61142f7abb", } 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 @@ + -- cgit v1.2.3