Valentin Gagarin writes: > diff --git a/Documentation/_includes/footer_custom.html b/Documentation/_includes/footer.html > similarity index 72% > rename from Documentation/_includes/footer_custom.html > rename to Documentation/_includes/footer.html > index ab55e04..d0e2c0b 100644 > --- a/Documentation/_includes/footer_custom.html > +++ b/Documentation/_includes/footer.html > @@ -3,19 +3,19 @@ SPDX-FileCopyrightText: 2020 Alyssa Ross > SPDX-License-Identifier: CC-BY-SA-4.0 OR GFDL-1.3-no-invariants-or-later > {% endcomment %} >

> -Source code for this page > - > -

> -Permission is granted to copy, distribute and/or modify this > +Permission is granted to copy, distribute and/or modify this > document under either the terms of the > Creative > Commons Attribution-ShareAlike 4.0 International License, or the > GNU Free > Documentation License, Version 1.3 or any later version published > by the Free Software Foundation; with no Invariant Sections, no > -Front-Cover Texts, and no Back-Cover Texts. > +Front-Cover Texts, and no Back-Cover Texts. Decided to drop the entirely? I thought it was quite nice to mark the small print, both semantically and visually. Legal text is exactly the sort of thing it's for: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/small > -

> -Sitemap > +

I can see dropping the s here making sense though. > diff --git a/Documentation/style.css b/Documentation/style.css > index f8cb9da..ae617c5 100644 > --- a/Documentation/style.css > +++ b/Documentation/style.css > @@ -26,6 +26,10 @@ var { > background: yellow; > } > > +footer { > + font-size: small; > +} > + This doesn't do anything, because there are no footer elements. (As above though I think it makes sense to retain the in HTML.)