brainbaking/themes/brainbaking-minimal/layouts/partials/toot.html

22 lines
716 B
HTML

<article class="h-entry">
<div class="content toot">
<div class="e-content">
{{ .Content }}
</div>
<div class="meta">
<svg class='icon icon-small' width='16' height='16'>
<use xlink:href='#cal1'></use>
</svg>
<time datetime='{{ .Date.Format "2006-01-02T15:04:00" }}' class="dt-published">
{{ partial "reldate" .Date }}
</time>
&nbsp;|&nbsp;
<a href="{{ .RelPermalink }}" class="permalink">Permalink</a>
{{ with .Params.context }}
&nbsp;|&nbsp;<svg class='icon icon-small' width='16' height='16'><use xlink:href='#discuss'></use></svg>
Reply to: <a href="{{ . }}" class="permalink">{{ . | truncate 40 }}</a>
{{ end }}
</div>
</div>
</article>