Skip to content

Commit

Permalink
Add news talk subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
veedata committed Sep 23, 2024
1 parent 7969d1d commit 37f4b6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ news-general:
icon: fa-solid fa-newspaper
color: "#0ea5e9"

news-talk:
icon: fa-solid fa-microphone
color: "#0ea5e9"

# publications

paper:
Expand Down
1 change: 1 addition & 0 deletions _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{% if include.type == "news-paper-accepted" %} [Paper]
{% elsif include.type == "news-award" %} [Award]
{% elsif include.type == "news-info" %} [Update]
{% elsif include.type == "news-talk" %} [Talk]
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 37f4b6b

Please sign in to comment.