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

fix(research): projects not rendering on project page and read more link broken

parent 98172a8b
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!200fix(research): projects not rendering on project page and read more link broken
...@@ -8,7 +8,7 @@ outputs: ...@@ -8,7 +8,7 @@ outputs:
{{< grid/section-container class=" padding-top-40 padding-bottom-40 margin-bottom-40" isMarkdown="false" >}} {{< grid/section-container class=" padding-top-40 padding-bottom-40 margin-bottom-40" isMarkdown="false" >}}
<h2 class="text-center margin-bottom-40">The Eclipse Foundation is a Partner in these Projects</h2> <h2 class="text-center margin-bottom-40">The Eclipse Foundation is a Partner in these Projects</h2>
{{< eclipsefdn_projects is_static_source="true" url="/research/projects/index.json" templateId="tpl-projects-item-research" display_view_more="false" >}} {{< eclipsefdn_projects is_static_source="true" types="projects" url="/research/projects/index.json" templateId="tpl-projects-item-research" display_view_more="false" >}}
{{</ grid/section-container >}} {{</ grid/section-container >}}
{{< mustache_js template-id="tpl-projects-item-research" path="/js/src/templates/research/tpl-projects-item-research.mustache" >}} {{< mustache_js template-id="tpl-projects-item-research" path="/js/src/templates/research/tpl-projects-item-research.mustache" >}}
{{#items}} {{#projects}}
<li class="col-md-6 col-sm-12 col-xs-24"> <li class="col-md-6 col-sm-12 col-xs-24">
<div class="featured-projects-item tpl-projects-research match-height-item-by-row" data-mh="m-header"> <div class="featured-projects-item tpl-projects-research match-height-item-by-row" data-mh="m-header">
<div class="featured-projects-item-category category labels">{{ name }}</div> <div class="featured-projects-item-category category labels">{{ name }}</div>
<div class="featured-projects-item-content"> <div class="featured-projects-item-content">
<a href="{{ website_url }}" class="link"> <a href="{{ websiteUrl }}" class="link">
<img class="featured-projects-item-img img-responsive logo logo_alt" alt="{{ name }}" src="{{ logo }}" height="40"> <img class="featured-projects-item-img img-responsive logo logo_alt" alt="{{ name }}" src="{{ logo }}" height="40">
</a> </a>
<div class="featured-projects-item-text"> <div class="featured-projects-item-text">
...@@ -12,13 +12,13 @@ ...@@ -12,13 +12,13 @@
</div> </div>
<div class="details"> <div class="details">
<div class="featured-projects-website-url"> <div class="featured-projects-website-url">
<a href="{{ website_url }}">Read More</a> <a href="{{ websiteUrl }}">Read More</a>
<span class="featured-projects-website-url-bar"></span> <span class="featured-projects-website-url-bar"></span>
</div> </div>
{{#project_topic}} {{#projectTopic}}
<p>Main topic: <strong>{{ project_topic }}</strong></p> <p>Main topic: <strong>{{ projectTopic }}</strong></p>
{{/project_topic}} {{/projectTopic}}
</div> </div>
</div> </div>
</li> </li>
{{/items}} {{/projects}}
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
}, },
"dependencies": { "dependencies": {
"datatables.net-dt": "^1.13.1", "datatables.net-dt": "^1.13.1",
"eclipsefdn-hugo-solstice-theme": "0.0.210", "eclipsefdn-hugo-solstice-theme": "0.0.211",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"json-minify": "^1.0.0" "json-minify": "^1.0.0"
}, },
......
This diff is collapsed.
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