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 %} {% if display_submitted %}
<footer> <footer>
{{ author_picture }} {{ author_picture }}
<div{{ author_attributes }}> <div{{ author_attributes.addClass('mb-4 text-gray-700') }}>
{% trans %}Submitted by {{ author_name }} on {{ date }}{% endtrans %} {% trans %}Posted on {{ date }}{% endtrans %}
{{ metadata }} {{ metadata }}
</div> </div>
</footer> </footer>