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

test: fix

parent fe8eee15
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ disablePathToLower = true ...@@ -38,7 +38,6 @@ disablePathToLower = true
hide_ad = false hide_ad = false
hide_call_for_action = true hide_call_for_action = true
jumbotron_class = "col-xs-24" jumbotron_class = "col-xs-24"
main_menu = "astro"
# logo_width = "" # logo_width = ""
# header_left_classes = "" # header_left_classes = ""
...@@ -70,6 +69,3 @@ disablePathToLower = true ...@@ -70,6 +69,3 @@ disablePathToLower = true
plainIDAnchors = true plainIDAnchors = true
hrefTargetBlank = true hrefTargetBlank = true
[[menus.main]]
name = "test"
url = "test.com"
...@@ -11,6 +11,8 @@ Olivier Goulet <olivier.goulet@eclipse-foundation.org> ...@@ -11,6 +11,8 @@ Olivier Goulet <olivier.goulet@eclipse-foundation.org>
SPDX-License-Identifier: EPL-2.0 SPDX-License-Identifier: EPL-2.0
*/}} */}}
{{ .Site.Menus }}
<div class="resource-section featured-section bg-secondary margin-y-60 dark"> <div class="resource-section featured-section bg-secondary margin-y-60 dark">
<div class="resources resources-heading"> <div class="resources resources-heading">
<div class="resources-item"> <div class="resources-item">
...@@ -64,4 +66,4 @@ Olivier Goulet <olivier.goulet@eclipse-foundation.org> ...@@ -64,4 +66,4 @@ Olivier Goulet <olivier.goulet@eclipse-foundation.org>
<a href="/faq">FAQs</a> <a href="/faq">FAQs</a>
</li> </li>
</ul> </ul>
</div> </div>
\ No newline at end of file
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"build_netlify": "NODE_ENV=production npm run production" "build_netlify": "NODE_ENV=production npm run production"
}, },
"dependencies": { "dependencies": {
"eclipsefdn-hugo-solstice-theme": "https://gitlab.eclipse.org/oliviergoulet/hugo-solstice-theme.git#81818a98ab664260b6583e9bdd943e4e5ce4ef43" "eclipsefdn-hugo-solstice-theme": "https://gitlab.eclipse.org/oliviergoulet/hugo-solstice-theme.git#3a1f4587b34cf67ad81ddd43bf139599ce020472"
}, },
"browserslist": "last 5 version, > 0.2%, not dead, IE 11" "browserslist": "last 5 version, > 0.2%, not dead, IE 11"
} }
...@@ -2656,9 +2656,9 @@ dotignore@~0.1.2: ...@@ -2656,9 +2656,9 @@ dotignore@~0.1.2:
dependencies: dependencies:
minimatch "^3.0.4" minimatch "^3.0.4"
"eclipsefdn-hugo-solstice-theme@https://gitlab.eclipse.org/oliviergoulet/hugo-solstice-theme.git#81818a98ab664260b6583e9bdd943e4e5ce4ef43": "eclipsefdn-hugo-solstice-theme@https://gitlab.eclipse.org/oliviergoulet/hugo-solstice-theme.git#3a1f4587b34cf67ad81ddd43bf139599ce020472":
version "0.0.207" version "0.0.207"
resolved "https://gitlab.eclipse.org/oliviergoulet/hugo-solstice-theme.git#81818a98ab664260b6583e9bdd943e4e5ce4ef43" resolved "https://gitlab.eclipse.org/oliviergoulet/hugo-solstice-theme.git#3a1f4587b34cf67ad81ddd43bf139599ce020472"
dependencies: dependencies:
axios "^1.6.0" axios "^1.6.0"
eclipsefdn-solstice-assets "0.0.257" eclipsefdn-solstice-assets "0.0.257"
......
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