Skip to content

Commit

Permalink
Add announcement feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinker-Twins committed Oct 2, 2024
1 parent 8b37d1c commit 89c5b0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ extra_javascript:

# Plugins
plugins:
- blog
- search:
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- awesome-pages
Expand All @@ -84,6 +83,7 @@ plugins:
# - same-dir
# - minify:
# minify_html: true
- blog

# Hooks
# hooks:
Expand Down
6 changes: 6 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "base.html" %}

{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
Registration for the 2nd F1TENTH Sim Racing League @ CDC 2024 is now open!
{% endblock %}

0 comments on commit 89c5b0d

Please sign in to comment.