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)
This commit is contained in:
Lennart Poettering 2021-03-18 21:55:00 +01:00
parent dc4c1d4434
commit 7f966edbda

View file

@ -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>