Adding tags to html head #3580
castle-giant
started this conversation in
General
Replies: 2 comments
-
|
edit, ok for some reason I refreshed the page source and now that link is showing up. Still though this seems like a really ugly and fragile way to do it, I'd welcome any suggestions for how to do this in a more elegant fashion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That bundled theme is provided so that users can get started quickly without having to install a theme separately. As soon as one wants to customize a theme, then one should put a copy of the theme in the site project root (perhaps as THEME = "themes/notmyidea" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've added a tag in the header of ~/.venv/lib/python3.13/site-packages/pelican/themes/notmyidea/templates/base.html (I installed pelican using uv) but when I run 'make clean' I do not see that tag where I expect to see it in the section of the generated html.
Is there another command I should be using or a cache that I need to delete? Or even more broadly am I tackling this the wrong way? Is there a more pythonic/pelicanic way to add tags to the header?
Beta Was this translation helpful? Give feedback.
All reactions