[gimp-web-devel/pat/bootstrap] layouts: prefix copyright date with hardcoded "2003-".
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/pat/bootstrap] layouts: prefix copyright date with hardcoded "2003-".
- Date: Tue, 6 Sep 2022 10:37:14 +0000 (UTC)
commit ed09818c3588b07ba378116657472f85b7399a98
Author: Jehan <jehan girinstud io>
Date: Tue Sep 6 12:35:08 2022 +0200
layouts: prefix copyright date with hardcoded "2003-".
The current website is 2003-2011, and this is a continuation of it. So
the new website will be 2003-<current year>. The first year won't change
(unless we invent a time machine!).
layouts/partials/page-footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/layouts/partials/page-footer.html b/layouts/partials/page-footer.html
index 2558cef..246fb6c 100644
--- a/layouts/partials/page-footer.html
+++ b/layouts/partials/page-footer.html
@@ -2,7 +2,7 @@
<div class='row justify-content-center'>
<div class='col-lg-8 text-center'>
<p>
- © {{ i18n "copyright" }} {{ now.Format "2006" }} {{ i18n "copyrightEntity" }}
+ © {{ i18n "copyright" }} 2003-{{ now.Format "2006" }} {{ i18n "copyrightEntity" }}
</p>
</div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]