Skip to content
Snippets Groups Projects
Commit 8647903d authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'upgrade-efhst-203' into 'main'

build: upgrade efhst

See merge request eclipsefdn/it/websites/eclipse.org!146
parents 661c3412 8471a0a4
No related branches found
No related tags found
No related merge requests found
<!-- 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>
<!-- 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>
<!-- 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>
......@@ -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"
},
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment