flask/flaskr/templates/blog
Neo 2d7d750d91 Restrict onclick to h1 text
This change modifies the onclick event to apply only to the h1 text
within the header section of the blog index page. Previously, the
onclick event was applied to the entire header section, which could
lead to unintended behavior when users interacted with other parts
of the header. By restricting the onclick event to just the h1 text,
we ensure that only the intended element responds to user clicks,
improving the user experience and preventing potential confusion.
2024-09-09 22:25:18 +00:00
..
create.html I just want the tutorial 2024-09-06 00:18:20 +01:00
index.html Restrict onclick to h1 text 2024-09-09 22:25:18 +00:00
update.html I just want the tutorial 2024-09-06 00:18:20 +01:00