Skip to content

Commit

Permalink
Add header to news section of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSidSmith committed Mar 15, 2024
1 parent 310d9f8 commit d6d0521
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ <h2 class="module-heading flex items-center">

{{#if headlines.length}}
<section class="module">
<h2 class="module-heading flex items-center">
{{{ iconmonstr 'news' }}}News
</h2>
<ul>
{{#each headlines}}
<li class="news-item">
Expand All @@ -43,7 +46,7 @@ <h3>
<span class="notifier motion-safe:animate-bounce group-hover:motion-safe:animate-none">
{{{ iconmonstr 'megaphone' }}}
</span>
News: {{ title }}
{{ title }}
</a>
</h3>
</li>
Expand Down

0 comments on commit d6d0521

Please sign in to comment.