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:
parent
0cc12a0c3c
commit
baf5a16a06
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<p>
|
||||
© {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }} - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/">{{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License</a>
|
||||
© {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }} - This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/{{ CC_LICENSE['slug'] }}/{{ CC_LICENSE['version'] }}/">{{ CC_LICENSE['name'] }} {{ CC_LICENSE['version'] }} International License</a>
|
||||
</p>
|
||||
{% include "partial/flex.html" %}
|
||||
<p>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<p>© {{ COPYRIGHT_NAME }} {{ COPYRIGHT_YEAR }}</p>
|
||||
<p>© {{ COPYRIGHT_YEAR }} {{ COPYRIGHT_NAME }}</p>
|
||||
{% include "partial/flex.html" %}
|
||||
{% if STATUSCAKE %}
|
||||
{% include "partial/statuscake.html" %}
|
||||
|
|
Loading…
Reference in a new issue