-
Hello, I am trying to add a header to my mkdocs site using the announcements bar feature. I created an overrides directory in the root of the project. I also created a base.html file with the following code:
I updated my mkdocs.yml file with
Does anyone know what might be wrong? Does announcements work with GitHub pages? |
Beta Was this translation helpful? Give feedback.
Answered by
jicowan
Mar 8, 2023
Replies: 1 comment
-
Had to use main.html rather than base.html. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jicowan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had to use main.html rather than base.html.