Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoransv <gsv@appernetic.io>2018-07-27 10:00:32 +0300
committerGitHub <noreply@github.com>2018-07-27 10:00:32 +0300
commit25e9330b8cf72fb795ab0d6e534fa39e85905b24 (patch)
treec9d2b0fba55ae84c0e40c1530cf77dab91fe4896
parent705cdcca0001915974cd7bacb820cde2635ebb13 (diff)
Change pt language tag to en
-rw-r--r--layouts/partials/schema.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html
index 430cdcf..0363237 100644
--- a/layouts/partials/schema.html
+++ b/layouts/partials/schema.html
@@ -10,7 +10,7 @@
"name" : "{{ .Title }}",
"headline" : "{{ .Title }}",
"description" : "{{ if .Description }}{{ .Description }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ end }}{{ end }}",
- "inLanguage" : "pt-BR",
+ "inLanguage" : "en",
"author" : "{{ .Page.Params.author }}",
"creator" : "{{ .Page.Params.author }}",
"publisher": "{{ .Page.Params.author }}",
@@ -24,4 +24,4 @@
"image" : {{ printf "%s%s" .Site.BaseURL .Page.Params.image }}",
"keywords" : [ {{ if isset .Params "tags" }}{{ range .Params.tags }}"{{ . }}",{{ end }}{{ end }}"Blog" ]
}
- </script> \ No newline at end of file
+ </script>