1
0
şunun yansıması https://github.com/arsenetar/pelican-red.git eşitlendi 2026-03-13 07:21:38 +00:00

Update article url to be full url

Bu işleme şunda yer alıyor:
2013-11-09 16:51:19 -05:00
ebeveyn f5431e30a0
işleme 36a9cee676

Dosyayı Görüntüle

@@ -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() }}" />