diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-19 23:21:58 +0200 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2020-07-19 23:21:58 +0200 |
commit | bcfc97631fe6867df7e361507f105d90b05325b9 (patch) | |
tree | 7b5cb3f027526e0c89293fabaf119dfe7a3a0cb3 /themes/flamingo/layouts/partials/meta.html | |
parent | 22469e1e1c8ec97977d0beb6cb9ba4888ef0b3ac (diff) | |
download | gabrielgio.me-bcfc97631fe6867df7e361507f105d90b05325b9.tar.gz gabrielgio.me-bcfc97631fe6867df7e361507f105d90b05325b9.tar.bz2 gabrielgio.me-bcfc97631fe6867df7e361507f105d90b05325b9.zip |
Add privacy page
Diffstat (limited to 'themes/flamingo/layouts/partials/meta.html')
-rw-r--r-- | themes/flamingo/layouts/partials/meta.html | 27 |
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" /> |