gorgoglionemeister

Results 2 issues of gorgoglionemeister

Reading the stylesheets, I found that the `.col-full` selectors are a mess. The rules: ```sass @include susy-media($desktop) { .col-full { @include clearfix; @include container($container-width); padding: 0 ms(5); box-sizing: content-box; }...

type: enhancement

In WordPress pages, the [Entry element](http://microformats.org/wiki/hAtom) (hentry) implementation is invalid, missing the required `updated` and `author` fields. It causes errors in Google Search Console.

needs patch