Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 0d869cd

Browse files
committed
Add emphasis
1 parent 9da4e24 commit 0d869cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
{% include "breadcrumbs.html" %}
129129
{% block body %} {% endblock %}
130130
{%- if last_updated %}
131-
<p class="timestamp" style="margin-top: 60px; font-size: 12px;">{% trans last_updated=last_updated|e %}This page was last updated on {{ last_updated }}.{% endtrans %}</p>
131+
<p class="timestamp" style="margin-top: 60px; font-size: 12px;"><em>{% trans last_updated=last_updated|e %}This page was last updated on {{ last_updated }}.{% endtrans %}</em></p>
132132
{%- endif %}
133133
{% include "page-nav.html" %}
134134
</div>

0 commit comments

Comments
 (0)