Fix isBasedOnUrl itemprop content.
This commit is contained in:
parent
e89c5cf6ed
commit
a16eca8799
@ -26,6 +26,7 @@
|
|||||||
<script src="{{ site.url }}/javascripts/gcse.js" type="text/javascript"></script>
|
<script src="{{ site.url }}/javascripts/gcse.js" type="text/javascript"></script>
|
||||||
</head>
|
</head>
|
||||||
<body itemscope itemtype="http://schema.org/Blog">
|
<body itemscope itemtype="http://schema.org/Blog">
|
||||||
|
<meta itemprop="isBasedOnUrl" content="https://github.com/mbirth/wiki" />
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="headerleft">
|
<div id="headerleft">
|
||||||
@ -34,7 +35,7 @@
|
|||||||
|
|
||||||
<section id="downloads">
|
<section id="downloads">
|
||||||
<a href="https://plus.google.com/+MarkusBirth/about" rel="author" class="btn">Find me on Google+</a>
|
<a href="https://plus.google.com/+MarkusBirth/about" rel="author" class="btn">Find me on Google+</a>
|
||||||
<a href="https://github.com/mbirth/wiki" itemprop="isBasedOnUrl" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
<a href="https://github.com/mbirth/wiki" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div id="headerright">
|
<div id="headerright">
|
||||||
|
Reference in New Issue
Block a user