[pushed] wwwdocs: conduct: Activate standard footer for secondary pages
Gerald Pfeifer <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Add missing </body> and </html>, and thus activate our standard footer. Disable the default copyright notice to avoid inconsistency. Pushed yesterday. --- htdocs/conduct-faq.html | 5 +++++ htdocs/conduct-report.html | 5 +++++ htdocs/conduct-response.html | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/htdocs/conduct-faq.html b/htdocs/conduct-faq.html index ffa7bd207..0b568395c 100644 --- a/htdocs/conduct-faq.html +++ b/htdocs/conduct-faq.html @@ -10,6 +10,8 @@ <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"> </head> +<set-var LICENSE " "> + <body> <h1><a href="conduct.html">GCC Code of Conduct</a> FAQ</h1> @@ -69,3 +71,6 @@ additional questions or feedback.</p> This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"> Creative Commons Attribution-ShareAlike 4.0 International License</a>. + +</body> +</html> diff --git a/htdocs/conduct-report.html b/htdocs/conduct-report.html index 097309ae1..09ae29345 100644 --- a/htdocs/conduct-report.html +++ b/htdocs/conduct-report.html @@ -10,6 +10,8 @@ <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"> </head> +<set-var LICENSE " "> + <body> <h1><a href="conduct.html">GCC Code of Conduct</a> Reporting Guide</h1> @@ -125,3 +127,6 @@ the <a href="https://www.djangoproject.com/conduct/reporting/">Django project Code of Conduct Reporting Guidelines</a>, used under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.</p> + +</body> +</html> diff --git a/htdocs/conduct-response.html b/htdocs/conduct-response.html index fb2c26f33..bc087708e 100644 --- a/htdocs/conduct-response.html +++ b/htdocs/conduct-response.html @@ -10,6 +10,8 @@ <link rel="stylesheet" type="text/css" href="https://gcc.gnu.org/gcc.css"> </head> +<set-var LICENSE " "> + <body> <h1><a href="conduct.html">GCC Code of Conduct</a> Response Guide</h1> @@ -144,3 +146,6 @@ the <a href="https://www.djangoproject.com/conduct/enforcement-manual/">Django project Code of Conduct Enforcement Manual</a>, used under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.</p> + +</body> +</html> -- 2.55.0