imathis / octopress

Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Sweet huh?
http://github.com/imathis/octopress
9.32k stars 2.62k forks source link

Problem with html5 microdata #644

Closed ottuzzi closed 11 years ago

ottuzzi commented 12 years ago

Hi,

if you try Google Rich Snippets Testing Tool[1] on any page created with octopress it shows an error on hentry missing updated field. A simple fix is to change in post/date.html

class="published"

with

class="published updated"

if

was_updated == '0'

Can you reproduce this defect? Can you fix it?

Thanks Bye Piero

[1]http://www.google.com/webmasters/tools/richsnippets

parkr commented 11 years ago

If you're still having problems, please start a new topic in the Octopress Google Group, where we'll be taking care of non-dev issues. Thanks!