Skip to content

Commit 20e4005

Browse files
committed
Year in the footer for the copyright
1 parent e3e26d6 commit 20e4005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: geOrchestra Spatial Data Infrastructure
33
44
description: "geOrchestra is the free, modular, interoperable & secure Spatial Data Infrastructure made by people for people"
5-
username: georchestra
5+
username: geOrchestra
66
baseurl: ""
77
url: "https://www.georchestra.org"
88
port: 4001

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="col-12 col-lg-4 col-xl-6">
33
<img class="mb-3 mt-1" src="{{ '/public/georchestra-logo-white.svg' | prepend: site.baseurl }}" style="width: 160px;" alt="geOrchestra logo">
44
<p class="text">{{ site.description }}</p>
5-
<p class="text">© 2021 - <span class="username">{{ site.username }}</span></p>
5+
<p class="text">© {{ site.time | date: '%Y' }} - <span class="username">{{ site.username }}</span></p>
66
</div>
77
<div class="col-6 col-lg-4 col-xl-4 contact">
88
<h5>Contactez-nous</h5>

0 commit comments

Comments
 (0)