Place copyright year ahead of copyright name

Traditional placement is to have the year precede the name, so
modifying standard templates to match this.
This commit is contained in:
Jed Ludlow 2020-08-26 09:38:58 -06:00
parent 0cc12a0c3c
commit baf5a16a06
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<p>&copy; {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }}</p>
<p>&copy; {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }}</p>
{% include "partial/flex.html" %}
{% if STATUSCAKE %}
{% include "partial/statuscake.html" %}