Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: overwriting footer.html breaks math #52

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

jpvg10
Copy link
Contributor

@jpvg10 jpvg10 commented Nov 23, 2024

Yes, you can customize the footer with param footerContent in config.toml. But another way of doing it is creating your own footer.html like so:

my-site/
├── layouts/
|   └── partials/
|   |   └── footer.html  <--
├── themes/
|   └── typo/

However if you do that, it breaks math on the site, because the "math block" is inside the theme's footer.html.

@tomfran this is just one way I could think of solving the issue, let me know what you think :)

P.s. Thanks for the amazing theme!

@tomfran tomfran merged commit 5d7fb94 into tomfran:main Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants