mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Added META_IMAGE for Schema.org
This commit is contained in:
parent
9840bf45cb
commit
029a141f09
@ -47,6 +47,7 @@
|
|||||||
<div class="uk-hidden" itemtype="http://schema.org/Blog" itemscope="itemscope">
|
<div class="uk-hidden" itemtype="http://schema.org/Blog" itemscope="itemscope">
|
||||||
<meta itemprop="name" content="{{ SITENAME }}" />
|
<meta itemprop="name" content="{{ SITENAME }}" />
|
||||||
<meta itemprop="description" content="{{ DESCRIPTION }}" />
|
<meta itemprop="description" content="{{ DESCRIPTION }}" />
|
||||||
|
{% if META_IMAGE %}<meta itemprop="image" content="{{ META_IMAGE }}" />{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<header class=" mg-header uk-navbar uk-navbar-attached">
|
<header class=" mg-header uk-navbar uk-navbar-attached">
|
||||||
|
Loading…
Reference in New Issue
Block a user