DevBlog
DevBlog copied to clipboard
Create a Reusable Footer Template
The footer HTML is identical across all pages. To fix this, we need to create a single source of truth for it.
Tasks:
- Create a new folder named templates/.
- Inside it, create a new file: footer.html.
- Copy the entire
<footer>...</footer>block from any page and paste it into footer.html. - On each page (e.g., index.html), replace the hardcoded footer with a placeholder:
<div id="footer-placeholder"></div>
Hello! Please assign this issue to me, thanks!
Hi @cmarchena, Assigning this issue to you — happy contributing!
https://github.com/jineshnagori/DevBlog/pull/325
is this issue still relevant after changes introduced in #325? Thanks