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

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <kishancs46@gmail.com>2020-12-21 11:27:57 +0300
committerGitHub <noreply@github.com>2020-12-21 11:27:57 +0300
commit76f9aa8f632658277ed4a37f5e74787c1945a3ce (patch)
tree3260273d589db7fac004f19d2029097623126336
parent28ac5499e7646c08aa56a1409b2896557da58202 (diff)
parentfd7bcd7fe714ebdf603fda575037a4a2e7d13ca9 (diff)
Merge pull request #84 from ifraixedes/if/remove-robots-meta-tags
layouts/partials: Remove robots meta tags of head
-rw-r--r--layouts/partials/head.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 6d18818..df2dd63 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,8 +3,6 @@
{{ with .Site.Title }}<title>{{ . }}</title>{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="robots" content="all,follow">
-<meta name="googlebot" content="index,follow,snippet,archive">
<link rel="stylesheet" href="{{ "css/bootstrap.min.css" | absURL }}">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,700,400italic">
<link rel="stylesheet" href="{{ "css/font-awesome.min.css" | absURL }}">