diff --git a/layouts/partials/footer_links/footer-eclipse-foundation.html b/layouts/partials/footer_links/footer-eclipse-foundation.html deleted file mode 100644 index 1c3fd90c1292712af878c97b97bee1cbab758a9a..0000000000000000000000000000000000000000 --- a/layouts/partials/footer_links/footer-eclipse-foundation.html +++ /dev/null @@ -1,12 +0,0 @@ -<!-- Delete this file before going to production. Using relative links for testing on staging --> -{{ $footer_eclipse_foundation_class := .Params.footer_section_eclipse_foundation_class | default .Site.Params.footer_section_eclipse_foundation_class | default "footer-section col-md-5 col-sm-8" }} -<section id="footer-eclipse-foundation" class="{{ $footer_eclipse_foundation_class }}"> - <div class="menu-heading">{{ i18n "eclipse-foundation-text" }}</div> - <ul class="nav"> - <li><a href="/org/">{{ i18n "footer-foundation-about-us-text" }}</a></li> - <li><a href="https://projects.eclipse.org/">Projects</a></li> - <li><a href="/collaborations/">Collaborations</a></li> - <li><a href="/membership/">{{ i18n "footer-foundation-members-text" }}</a></li> - <li><a href="/sponsor/">{{ i18n "footer-foundation-sponsor-text" }}</a></li> - </ul> -</section> diff --git a/layouts/partials/footer_links/footer-legal.html b/layouts/partials/footer_links/footer-legal.html deleted file mode 100644 index cba866d64b23cfa6fb9b0a75b9a6fca224037594..0000000000000000000000000000000000000000 --- a/layouts/partials/footer_links/footer-legal.html +++ /dev/null @@ -1,13 +0,0 @@ -<!-- Delete this file before going to production. Using relative links for testing on staging --> -{{ $footer_section_legal_class := .Params.footer_section_legal_class | default .Site.Params.footer_section_legal_class | default "footer-section col-md-5 col-sm-8" }} -<section id="footer-legal" class="{{ $footer_section_legal_class }}"> - <div class="menu-heading">{{ i18n "footer-legal-section-text" }}</div> - <ul class="nav"> - <li><a href="/legal/privacy.php">{{ i18n "footer-legal-privacy-policy-text" }}</a></li> - <li><a href="/legal/termsofuse.php">{{ i18n "footer-legal-terms-use-text" }}</a></li> - <li><a href="/legal/copyright.php">{{ i18n "footer-legal-copyright-agent-text" }}</a></li> - <li><a href="/org/documents/Community_Code_of_Conduct.php">{{ i18n "footer-legal-code-of-conduct-text" }}</a></li> - <li><a href="/legal/">{{ i18n "footer-legal-resources-text" }}</a></li> - <li><a class="toolbar-manage-cookies" href="#" onclick="event.preventDefault()">{{ i18n "footer-legal-manage-cookies-label" }}</a></li> - </ul> -</section> diff --git a/layouts/partials/footer_links/footer-other.html b/layouts/partials/footer_links/footer-other.html deleted file mode 100644 index 669638430406bf42a97b9a0ab44e802ca8b4da97..0000000000000000000000000000000000000000 --- a/layouts/partials/footer_links/footer-other.html +++ /dev/null @@ -1,11 +0,0 @@ -<!-- Delete this file before going to production. Using relative links for testing on staging --> -{{ $footer_section_other_class := .Params.footer_section_other_class | default .Site.Params.footer_section_other_class | default "footer-section col-md-5 col-sm-8" }} -<section id="footer-more" class="{{ $footer_section_other_class }}"> - <div class="menu-heading">{{ i18n "footer-other-section-text" }}</div> - <ul class="nav"> - <li><a href="/security/">{{ i18n "footer-other-report-vulnerability-text" }}</a></li> - <li><a href="https://status.eclipse.org/">{{ i18n "footer-other-status-text" }}</a></li> - <li><a href="/org/foundation/contact.php">{{ i18n "footer-other-contact-text" }}</a></li> - <li><a href="/projects/support/">{{ i18n "footer-other-support-text" }}</a></li> - </ul> -</section> diff --git a/package.json b/package.json index 713133fbe1d3238df297b3d51a6058c698031b6a..1d8001279a69f8a6c819d9710b7a20cfcde7f662 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "datatables.net-dt": "^1.13.1", - "eclipsefdn-hugo-solstice-theme": "0.0.202", + "eclipsefdn-hugo-solstice-theme": "0.0.203", "js-yaml": "^3.13.1", "json-minify": "^1.0.0" }, diff --git a/yarn.lock b/yarn.lock index 88a34e067b5ade302f599a3998f802aeb6901342..60ae04e1488737706ef1b399488d96d3906cfe2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2624,10 +2624,10 @@ dotignore@~0.1.2: dependencies: minimatch "^3.0.4" -eclipsefdn-hugo-solstice-theme@0.0.202: - version "0.0.202" - resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.202.tgz#f9158fc908b99ee41c3dac5b0caaab0289412525" - integrity sha512-q/ZVW8u1bzufl/jki9pec/WWjLCEBnqamyBKwqIWX5Vv1ZOJTNCpemDY8+foTcJhLkP0YvFROu8heqgIzooZLg== +eclipsefdn-hugo-solstice-theme@0.0.203: + version "0.0.203" + resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.203.tgz#fd9229e1458dd10b318df448bc46c2df5ba1b5cb" + integrity sha512-xSbXol2vSZ+4q8DktsbB83unjBGs4zGp5uD/GPHn+eeoJhlrXiauT0oWJTDY4WZdxcA+cEBOILlvY52bcYdHAg== dependencies: axios "^1.6.0" eclipsefdn-solstice-assets "0.0.252"