TravisAvey / website-baseline

Website Basline
MIT License
0 stars 0 forks source link

Fix Hero Header #45

Closed TravisAvey closed 4 months ago

TravisAvey commented 4 months ago

Fix (add in conditional or have a different "base.html") for

  1. about
  2. contact
  3. gallery
  4. blog (load whole page for specific posts at least)
  5. dashboard (probably a whole layout just for the backend)
TravisAvey commented 4 months ago

Fix: just move the header portion to the index.html only it is the only page that should have a large 'hero' image.

TravisAvey commented 4 months ago

didn't look closely enough.

the content template is inside a main element. Moving the header into the index.html messes up everything...

TravisAvey commented 4 months ago

another idea: have each page have a 'hero' image

will need to add logic for each to pass in a url for a image and any required text