Forum
Moving from Blog 3.9 to Blog 4.5?
I just upgraded my Blog app and it appears that some of the new post.html template class names have changed. For example:
hentry is now h-entry
entry-published date is now dt-published
description entry-content is now description e-content
Unfortunately, all of these class changes have broken my blog.css stylesheet. Why were these changes necessary and how does this affect my SQL database?
It doesn't affect your database at all. They're just HTML class names.
The template uses the current mircoformats 2 class names rather than the originals, but you can use whichever you please.
So if I use the old class names does that affect any other templates or code?
It affects absolutely nothing other than the class names.
Okay, good to know. Thanks Drew.