You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: _templates/layout.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@
128
128
{% include "breadcrumbs.html" %}
129
129
{% block body %} {% endblock %}
130
130
{%- if last_updated %}
131
-
<pclass="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
+
<pclass="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>
0 commit comments