Skip to content

Commit

Permalink
feat: Add graduation cap icon for university-tagged articles
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 6, 2024
1 parent a9c5cce commit f53462f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugo-site/themes/freenet/layouts/shortcodes/latest-news.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<i class="fas fa-video"></i>
{{ else if in .Params.tags "dev-meeting" }}
<i class="fas fa-tools"></i>
{{ else if in .Params.tags "university" }}
<i class="fas fa-graduation-cap"></i>
{{ end }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
Expand Down

0 comments on commit f53462f

Please sign in to comment.