mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Fixes #180.
This commit is contained in:
parent
3c6883957a
commit
81401c9453
@ -6,7 +6,7 @@
|
|||||||
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
|
{{/* NOTE: the Site's title, and if there is a page title, that is set too */}}
|
||||||
<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}</title>
|
<title>{{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }}</title>
|
||||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||||
{{ .Hugo.Generator }}
|
{{ hugo.Generator }}
|
||||||
{{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}
|
{{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}
|
||||||
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
|
||||||
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
|
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user