Skip to content

Commit 3705eee

Browse files
style(templates): show text "via" instead of full link on link posts
1 parent 7eb7b9b commit 3705eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/partial/link.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<a href="{{ post.link }}">{{ post.title }}</a>
44
{% else %}
55
<a href="{{ post.link }}">{{ post.link }}</a>
6-
{% endif %} {% if post.via %} (<a href="{{ post.via }}">{{ post.via }}</a>) {%
6+
{% endif %} {% if post.via %} (<a href="{{ post.via }}">via</a>) {%
77
endif %} {{ post.content|safe }}
88
</article>

0 commit comments

Comments
 (0)