Data in events page was hardcoded and it is manually moved in the table. Created a new events widget which will automatically move past and upcoming events from events.json (`aio/content/marketing/events.json`) file to the relevant table in the events tab PR Close #36517
8 lines
178 B
HTML
Executable File
8 lines
178 B
HTML
Executable File
<header class="marketing-banner">
|
|
<h1 class="banner-headline no-toc no-anchor">Events</h1>
|
|
</header>
|
|
|
|
<article class="events-container">
|
|
<aio-events></aio-events>
|
|
</article>
|