DevBlog icon indicating copy to clipboard operation
DevBlog copied to clipboard

Create a Reusable Footer Template

Open jineshnagori opened this issue 2 months ago • 4 comments

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>

jineshnagori avatar Oct 04 '25 07:10 jineshnagori

Hello! Please assign this issue to me, thanks!

cmarchena avatar Oct 04 '25 07:10 cmarchena

Hi @cmarchena, Assigning this issue to you — happy contributing!

jineshnagori avatar Oct 04 '25 07:10 jineshnagori

https://github.com/jineshnagori/DevBlog/pull/325

onnhyd avatar Oct 04 '25 15:10 onnhyd

is this issue still relevant after changes introduced in #325? Thanks

cmarchena avatar Oct 04 '25 22:10 cmarchena