Skip to content
Snippets Groups Projects
Commit 6a63fafa authored by Martin Lowe's avatar Martin Lowe :flag_ca: Committed by Christopher Guindon
Browse files

Fix for news_type parameter values


Signed-off-by: Martin Lowe's avatarMartin Lowe <martin.lowe@eclipse-foundation.org>
parent 86e92abf
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<h2 class="heading-line"> <h2 class="heading-line">
<span>What's New?</span> <span>What's New?</span>
</h2> </h2>
<div id="news-list-container" class="news-list-media" data-news-type='["announcements","community_news"]' data-news-count="3" data-publish-target="sparkplug"> <div id="news-list-container" class="news-list-media" data-news-count="3" data-publish-target="sparkplug">
</div> </div>
<ul class="list-inline block-summary-more margin-bottom-40"> <ul class="list-inline block-summary-more margin-bottom-40">
<li><a href="https://newsroom.eclipse.org/rss/news/sparkplug/news.xml" title="Subscribe to our RSS-feed"><i class="fa fa-rss margin-right-5"></i></a> <a href="/news">View all</a></li> <li><a href="https://newsroom.eclipse.org/rss/news/sparkplug/news.xml" title="Subscribe to our RSS-feed"><i class="fa fa-rss margin-right-5"></i></a> <a href="/news">View all</a></li>
......
{{ define "main" }} {{ define "main" }}
<div id="news-list-container" class="news-items" data-pagination="true" data-news-type='["announcements","community_news"]' data-news-count="10" data-publish-target="sparkplug"> <div id="news-list-container" class="news-items" data-pagination="true" data-news-count="10" data-publish-target="sparkplug">
{{ end }} {{ end }}
\ No newline at end of file
This diff is collapsed.
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
"build_netlify": "NODE_ENV=production npm run disallow_robots_txt && npm run production" "build_netlify": "NODE_ENV=production npm run disallow_robots_txt && npm run production"
}, },
"dependencies": { "dependencies": {
"eclipsefdn-hugo-solstice-theme": "0.0.68" "eclipsefdn-hugo-solstice-theme": "0.0.76"
} }
} }
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