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

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2019-10-01 05:04:00 +0300
committerMarcelo Canina <me@marcanuy.com>2019-10-01 05:04:00 +0300
commitdc68f305773a0a3566acf671747543e42e775a0e (patch)
treeb788e2b6ac285874336fdd48218a9f5795d65737
parent51fd80bed1c99cf69d3b1b31d090e2553ea1cf0f (diff)
remove location content propoerties for author schema
-rw-r--r--layouts/partials/author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/author.html b/layouts/partials/author.html
index 9ad3d72..71336f1 100644
--- a/layouts/partials/author.html
+++ b/layouts/partials/author.html
@@ -3,7 +3,7 @@
{{if (and .Site.Params.bio (and $author (not .Params.hide_author) ))}}
<footer class="author-footer">
<div class="media">
- <span itemprop="locationCreated contentLocation spatialCoverage" itemscope="itemscope" itemtype="https://schema.org/City" style="display:none"><span itemprop="name">{{ $author.country }}</span>
+ <span itemprop="locationCreated" itemscope="itemscope" itemtype="https://schema.org/City" style="display:none"><span itemprop="name">{{ $author.country }}</span>
</span>
<meta content="{{$author.website}}" property="article:author"/>
<meta content="@{{$author.twitter}}" name="twitter:creator"/>