Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html lang="en-US">
- <head>
- [[$htmlhead]]
- </head>
- <body>
- <section id="wrapper">
- [[$sidebar]]
- <section id="main">
- <article class="post" id="post-[[*id]]">
- <header>
- <h2>[[*pagetitle]]</h2>
- <div class="meta">
- <span class="tags">[[!outputTags? &input=`[[*blog_tags]]`]]</span>
- <span class="date">
- <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>
- </span>
- </div>
- </header>
- <section class="post-content">
- [[*blog_img:notempty=`<img src="/[[*blog_img]]" alt="" class="blogimg" />`]]
- [[*content]]
- </section>
- [[$comments]]
- </article>
- </section>
- <div class="push"></div>
- </section>
- [[$footer]]
- </body>
- </html>
Add Comment
Please, Sign In to add comment