Skip to content

Commit 8a97704

Browse files
authored
Update note social media card title
1 parent 09c4642 commit 8a97704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/note.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block title %}{% if note.title %}{{ note.title }}{% else %}Note on {{ note.created|date:"jS F Y" }}{% endif %}{% endblock %}
44

5-
{% block card_title %}Note on {{ note.created|date:"jS F Y" }}{% endblock %}
5+
{% block card_title %}{% if note.title %}{{ note.title }}{% else %}Note on {{ note.created|date:"jS F Y" }}{% endif %}{% endblock %}
66
{% block card_description %}{{ note.body|truncatewords:30 }}{% endblock %}
77

88
{% load entry_tags %}

0 commit comments

Comments
 (0)