1bl4z3r / hermit-V2

Continuing Hermit's legacy to be minimal and fast theme
https://1bl4z3r.github.io/hermit-V2/
MIT License
91 stars 38 forks source link

Request: `index.html` using `footer.html` partial #29

Closed jamesbraza closed 12 months ago

jamesbraza commented 12 months ago

In https://github.com/1bl4z3r/hermit-V2/issues/28 I was able to override my footer.html partial.

However, I discovered index.html doesn't use the footer.html partial. Can we move index.html to either:

Thank you in advance for your consideration

1bl4z3r commented 12 months ago

Hi @jamesbraza,

Let me check. I think it is importing same footer. Give me a day for this as well.

1bl4z3r commented 12 months ago

Added an extra partial single-footer for be able to be modified. We cannot use same footer partial because:

  1. it is long
  2. it will require some major stylesheet changes

Closing this issue

jamesbraza commented 12 months ago

Thank you!! 🚀