]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
docs: update footer
authorIan Wienand <iwienand@redhat.com>
Mon, 21 Oct 2024 22:36:54 +0000 (09:36 +1100)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 22 Oct 2024 00:41:31 +0000 (20:41 -0400)
Reduce the footer that appears on every page; keep a vanity link to Antora and
add a small aphorism to make the flexbox justify out the content :)

doc_site/supplemental-ui/partials/footer-content.hbs [new file with mode: 0644]

diff --git a/doc_site/supplemental-ui/partials/footer-content.hbs b/doc_site/supplemental-ui/partials/footer-content.hbs
new file mode 100644 (file)
index 0000000..fc930b2
--- /dev/null
@@ -0,0 +1,6 @@
+<footer class="footer">
+ <div style="display:flex; justify-content: space-between;">
+  <div>Made with ❤️ by the dracut community</div>
+  <div>This site is built with <a href="https://antora.org/">Antora</a>.</div>
+ </div>
+</footer>