GlenDC / news

A conscious social news website focusing on parenting, spirituality, science and psychology.
GNU General Public License v3.0
2 stars 1 forks source link

create HTML layout for news/past/show/ask/events #19

Open GlenDC opened 2 years ago

GlenDC commented 2 years ago

All the same layout basically.

GlenDC commented 2 years ago

<article class="post">

    <h1>Title</h1>

    <footer class="posted-on">Posted on <time datetime="2012-07-28T13:00:24+01:00">July 28th 2012</time>.</footer>

    <p>Lorem ipsum dolor sit amet...</p>
    <p>Lorem ipsum dolor sit amet...</p>

    <section>
      <h1>Comments</h1>

      <article><!-- comment 1--></article>
      <article><!-- comment 2--></article>
      <article><!-- comment 3--></article>

    <section>

  </article>

Replies to a comment are again in section and article list.

GlenDC commented 2 years ago

aside is for context info (eg author, date, ...)