aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/flamingo/layouts')
-rw-r--r--themes/flamingo/layouts/partials/meta.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/themes/flamingo/layouts/partials/meta.html b/themes/flamingo/layouts/partials/meta.html
index 5e8c0fe..0cae971 100644
--- a/themes/flamingo/layouts/partials/meta.html
+++ b/themes/flamingo/layouts/partials/meta.html
@@ -1,30 +1,3 @@
-<!-- SEO !-->
-<meta itemprop="name" content="{{ .Title }} | {{ .Site.Params.description }}" />
-
<base href="{{ .Permalink }}">
-<link rel="canonical" href="{{ .Permalink }}" itemprop="url" />
-<meta name="url" content="{{ .Permalink }}" />
-
-<meta property="og:locale" content="{{ .Language.Lang }}">
<meta name="language" content="{{ .Language.LanguageName }}">
-
-
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ .Site.BaseURL }}sitemap.xml" />
-
-{{ with .OutputFormats.Get "RSS" }}
- <link href="{{ .Permalink }}" rel="alternate" type="application/rss+xml" title="{{ $.Site.Title }}" />
- <link href="{{ .Permalink }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" />
-{{ end }}
-
-<!-- Search Engine Crawler Tags -->
-<meta name="robots" content="index,follow" />
-<meta name="googlebot" content="index,follow" />
-
-<!-- Theme Color -->
-<meta name="theme-color" content="#141414" />
-<meta name="msapplication-TileColor" content="#141414" />
-
-<meta name="imagemode" content="force" />
-<meta name="coverage" content="Worldwide" />
-<meta name="distribution" content="Global" />
-<meta name="HandheldFriendly" content="True" />