Guest User

Untitled

a guest
Sep 28th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. [[$htmlhead]]
  5. </head>
  6. <body>
  7. <section id="wrapper">
  8. [[$sidebar]]
  9. <section id="main">
  10. <article class="post" id="post-[[*id]]">
  11. <header>
  12. <h2>[[*pagetitle]]</h2>
  13. <div class="meta">
  14. <span class="tags">[[!outputTags? &input=`[[*blog_tags]]`]]</span>
  15. <span class="date">
  16. <time pubdate="pubdate" datetime="[[*publishedon:strtotime:date=`%Y-%m-%dT%H:%M:%S+00:00`]]">[[*publishedon:strtotime:date=`%a %b %e, %Y %H:%M:%S`]]</time>
  17. </span>
  18. </div>
  19. </header>
  20. <section class="post-content">
  21. [[*blog_img:notempty=`<img src="/[[*blog_img]]" alt="" class="blogimg" />`]]
  22. [[*content]]
  23. </section>
  24. [[$comments]]
  25. </article>
  26. </section>
  27. <div class="push"></div>
  28. </section>
  29. [[$footer]]
  30. </body>
  31. </html>
Add Comment
Please, Sign In to add comment