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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-02-27 14:46:36 +0300
committeruPagge <git@upagge.ru>2021-02-27 14:46:36 +0300
commita61dccbfa8f2683bea14e3b51bff1e6bf9ab0585 (patch)
treeb4b88ce5ed994df3d82a0f0c6c27610d9ee4dd88 /layouts/_default/section.html
parent344877cf8ba2d26f396b9d0d6e2f582c66aad722 (diff)
seo and content
Diffstat (limited to 'layouts/_default/section.html')
-rw-r--r--layouts/_default/section.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index c5e9b0c..b476ebf 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -2,6 +2,10 @@
{{- .Params.Title | default (T .Section) | default .Section | dict "Some" | T "allSome" }} - {{ .Site.Title -}}
{{- end -}}
+{{- define "robots" -}}
+<meta name="robots" content="noindex, follow" />
+{{- end -}}
+
{{- define "content" -}}
<div class="page archive">
{{- /* Title */ -}}