Skip to content
Snippets Groups Projects
publication.html 404 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
<article class="publication">
  <div class="post-content">
    {{- $title := partial "PrepareHTML" .Title -}}
    <h1 itemprop="headline"><a href="{{ .Permalink }}" title="{{ safeHTML (i18n "commons.more_aria" (dict "Title" $title)) }}">{{ $title }}</a></h1>
    <time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date | time.Format ":date_short" }}</time>
  </div>
</article>