Myzwer / foothillschurch

Bootcamp II is a wordpress theme (as well as an inside joke) designed to suit the needs of foothillschurch.com. It makes use of webpack, Babel, Sass, Tailwind, Browsersync, PostCSS, ESLint, Stylelint, Prettier and more. It is meant for that site, but if you can use it by all means go for it.
1 stars 1 forks source link

Clean up home.php and index.php #46

Closed rain2o closed 1 month ago

rain2o commented 1 month ago

These two files have filler stuff in them. It'd be better to either keep them empty, or maybe have a simple template just in case a user happens to land somewhere that uses those. One option is to componentize the 404 layout and use that in these too. Or another type of error message.

Just having junk/filler isn't great, and could accidentally be displayed to a user one day.

rain2o commented 1 month ago

And redirect users so they can't land on these pages if possible.