diff --git a/app/templates/post/_post_full.html b/app/templates/post/_post_full.html index be24e6f3..2402fa20 100644 --- a/app/templates/post/_post_full.html +++ b/app/templates/post/_post_full.html @@ -82,7 +82,7 @@

{% if post.type == POST_TYPE_LINK %}

{{ post.url|shorten_url }} - External link + External link

{% if 'youtube.com' in post.url %}
diff --git a/app/templates/post/_post_teaser.html b/app/templates/post/_post_teaser.html index 20de457e..854099c1 100644 --- a/app/templates/post/_post_teaser.html +++ b/app/templates/post/_post_teaser.html @@ -16,7 +16,7 @@
{% if post.type == POST_TYPE_LINK %} {{ post.image.alt_text if post.image.alt_text else '' }} + alt="{{ post.image.alt_text if post.image.alt_text else '' }}" height="50" /> {% elif post.type == POST_TYPE_IMAGE %} {% if post.image_id %} {% endif %} - + External link ({{ post.domain.name }})