summaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-03-18 21:55:00 +0100
committerLennart Poettering <lennart@poettering.net>2021-03-18 23:31:55 +0100
commit7f966edbda51e2e8e437d2f1a079c81f739bc0a7 (patch)
tree8cdb53a7a16b1442eb94c36105caabaf29ed3b1f /docs/_includes
parentdc4c1d4434ae07bdbe704423e7a18a4d582363a2 (diff)
downloadsystemd-7f966edbda51e2e8e437d2f1a079c81f739bc0a7.tar.gz
homepage: fix year in footer to 2021
(And while we are at it, let's fix the "Sources" link in the footer to point to the right git repo subdir)
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 95289732b7..e103a278c4 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -1,5 +1,5 @@
<footer class="site-footer">
- <p>&copy; systemd, 2020</p>
+ <p>&copy; systemd, 2021</p>
- <p><a href="https://github.com/systemd/systemd">Website source</a></p>
+ <p><a href="https://github.com/systemd/systemd/tree/main/docs">Website source</a></p>
</footer>