• #indieweb 2016-02-05
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#indieweb ≡
  • ←
  • →
2016-02-05 UTC
# 16:17
dogada
In coect I store posts in the database in special WMPL format (similar to Markdown but allows to store metadata as well) and on rendering stage I wrap them with div.h-entry. If for a post in meta is defined title I add siblings h1.p-name and div.e-content but if there is no implicit title, I can add it inside WMPL (that is also wrapped in e-content automatically). So I may end with situation when inside .e-content have both p-name and p-summary.