Remove custom page form. oopsie
0.1.1 - New Muji template and feed generation
0.1.1
- Added RSS feed. Runs on every load. Generates feed only if the XML file is too old (based on feed_time).
- New Muji Template (old one is under home.old).
- Hopefully cleaner code.
- Using CRC32 instead of MD5 as it's faster.
- Using `str_replace` instead of `preg_replace` for content injection as it's faster.
- Minor modification to template (both files are there) with a grid layout.
- 404 template.
- Version and header added.
Upstream changes
- Hopefully cleaner code.
- Using CRC32 instead of MD5 as it's faster.
- Using `str_replace` instead of `preg_replace` for content injection as it's faster.
- Minor modification to template (both files are there) with a grid layout.
- 404 template.
- Version and header added.
- Fixed homepage content not showing. This was due to this: https://stackoverflow.com/a/45643569
- Metadata removal by universal regex rather than specific tags.
- Skip homepage from get_list().
- Metadata filter now using strpos instead of comparison.
- Template fixes.
Bug fixes
- Fixed homepage content not showing. This was due to this: https://stackoverflow.com/a/45643569
- Metadata removal by universal regex rather than specific tags.
- Skip homepage from get_list().
- Metadata filter now using strpos instead of comparison.
- Template fixes.