20 lines
729 B
HTML
Executable file
20 lines
729 B
HTML
Executable file
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
|
<header class="post-header">
|
|
<h1 class="post-title p-name" itemprop="name headline">$title$</h1>
|
|
<p class="post-meta">
|
|
<time class="dt-published" datetime="$date$" itemprop="datePublished">
|
|
$date$
|
|
</time>
|
|
$if(modified_date)$
|
|
~
|
|
<time class="dt-modified" datetime="$modified_date$" itemprop="dateModified">
|
|
$modified_date$
|
|
</time>
|
|
$endif$
|
|
</p>
|
|
</header>
|
|
<div class="post-content e-content" itemprop="articleBody">
|
|
$body$
|
|
</div>
|
|
<a class="u-url" href="$url$" hidden></a>
|
|
</article>
|