Deleted and moved the 'footer' post-info paragraphes.

Deleted the following code (parsed)

    <footer class='post-info'>
    <!-- 
    <abbr class='published'>
      <b:if cond='data:post.dateHeader'>
      <data:post.dateHeader/>
      </b:if>
    </abbr>

    <address class='vcard author'>
    By <a class='url fn' href='#'><data:post.author/></a>
    </address>
    -->
    </footer>

(here is the same code plain)

    <footer class='post-info'>
    <!-- 
    <abbr class='published'>
      <b:if cond='data:post.dateHeader'>
      <data:post.dateHeader/>
      </b:if>
    </abbr>

    <address class='vcard author'>
    By
    </address>
    -->
    </footer>

We moved the post.dateHeader part to the section class='footer'.

Reasoning, Author names usually are not used in classic website styles. Therefore the "post" has been moved left as well.

Posted via email from BeeCMS

Comments