Skip to content

Home Page Content Aggregation

Latest
Compare
Choose a tag to compare
@ctheil ctheil released this 08 Nov 21:03
· 18 commits to main since this release
968e09c

Content Aggregation:

A new homepage has been added which provides the user with a landing page which aggregates all content types and organizes them by release date. This feature requires lots of custom code to do the following:

  • Display the single most recently featured content from all content types
    • Filter that content out of its respective collection list
  • Group and aggregate all body content into a single list, organized from newest to oldest

Mobile Navigation Bar:

A global function which swaps the outlined icon out for the filled version for the current-page nav-item. Unfortunately not possible in webflow, so this feature requires custom functions.

What's Changed

Full Changelog: v0.0.02...v0.11.0