mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-21 02:39:02 +00:00
Update article url to be full url
This commit is contained in:
parent
f5431e30a0
commit
36a9cee676
@ -13,7 +13,7 @@
|
||||
{% endif %}
|
||||
<meta itemprop="description" content="{{ article.summary|striptags() }}"/>
|
||||
<meta itemprop="name" content="{{ article.title }}"/>
|
||||
<meta itemprop="url" content="{{ article.url }}"/>
|
||||
<meta itemprop="url" content="{{ SITEURL }}/{{ article.url }}"/>
|
||||
<meta itemprop="sourceOrganization" content="{{ SITENAME }}"/>
|
||||
<meta itemprop="inLanguage" content="{{ article.lang|default(DEFAULT_LANG) }}"/>
|
||||
<meta itemprop="wordCount" content="{{ article.content|striptags()|wordcount() }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user