Update 'submitted by' text and styling

References #71
This commit is contained in:
Oliver Davies 2020-05-27 01:57:44 +01:00
parent 9f9b1296e2
commit 3006cfab02

View file

@ -83,8 +83,8 @@
{% if display_submitted %}
<footer>
{{ author_picture }}
<div{{ author_attributes }}>
{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %}
<div{{ author_attributes.addClass('mb-4 text-gray-700') }}>
{% trans %}Posted on {{ date }}{% endtrans %}
{{ metadata }}
</div>
</footer>