Skip to content

Reduce template count #4

@fifthposition

Description

@fifthposition

There are currently six templates:

  • home
  • home_mid
  • page
  • post
  • feed
  • entry

I would like to have only one. Status:

  • homeredundant: I believe this is basically a page but with no post or page title in the header.
  • home_middebatable: This holds the HTML added to the home page once for each post listed there. Perhaps this could be moved into the script (MarkupBuilder, and all), but perhaps not.
  • pageredundant: This isn't much more than a post & it certainly could be merged into the post template.
  • postnecessary: With certain modifications this could be the one page-related template allowed to remain.
  • feed and entrydebatable: If our only goal here is valid Atom output, it may make sense to have the feed's markup generated by the code itself (it already pulls site-specific details out of site-config.groovy).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions