diff --git a/libretube-theme/templates/article.html b/libretube-theme/templates/article.html index 614004a..47c7d1c 100644 --- a/libretube-theme/templates/article.html +++ b/libretube-theme/templates/article.html @@ -29,6 +29,8 @@ {% set seo_description = seo_more|replace('"','') %} {% endif %} {% endif %} + + {% set article_image = "%s/%s/../wp-content/uploads/article/poster/%s" % (SITEURL, THEME_STATIC_DIR, article.image) %} @@ -37,7 +39,7 @@ - + @@ -48,7 +50,7 @@ - + {% for tag in article.tags %} {% endfor %} @@ -66,7 +68,7 @@ - + {% endblock %} {% endblock %}