Skip to content
Snippets Groups Projects
Unverified Commit b4c0274b authored by Christopher Guindon's avatar Christopher Guindon Committed by GitHub
Browse files

Update home.html

parent b18f6cc4
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<h2 class="heading-line text-center" style="color:rgb(245,147,49); font-weight: bold;"> <h2 class="heading-line text-center" style="color:rgb(245,147,49); font-weight: bold;">
<span>Meetings & Conferences</span> <span>Meetings & Conferences</span>
</h2> </h2>
<div id="event-list-container" class="news-items" data-template-id="events-list" data-count="3" data-publish-target="openmobility"> <div id="event-list-container" class="news-items" data-template-id="events-list" data-count="3" data-publish-target="openmobility" data-upcoming="1">
</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://events.eclipse.org">View all</a></li> <li><a href="https://events.eclipse.org">View all</a></li>
...@@ -63,4 +63,4 @@ ...@@ -63,4 +63,4 @@
<script id="events-list" type="text/html"> <script id="events-list" type="text/html">
{{ readFile ("/js/templates/events.mustache") | safeHTML }} {{ readFile ("/js/templates/events.mustache") | safeHTML }}
</script> </script>
{{ end }} {{ end }}
\ No newline at end of file
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