diff options
Diffstat (limited to 'docs/_includes/footer.html')
-rw-r--r-- | docs/_includes/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 0000000..b107e77 --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,7 @@ +<!-- SPDX-License-Identifier: LGPL-2.1-or-later --> + +<footer class="site-footer"> + <p>© systemd, 2022</p> + + <p><a href="https://github.com/systemd/systemd/tree/main/docs">Website source</a></p> +</footer> |