aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/summary.html
blob: 07539955c47d96fcd433a086206537b80af64ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class='post' style="margin-bottom: 2em;">
  <div>
    <h1 class="f3 near-black">
      <a href="{{ .RelPermalink }}" class="link black dim">
        {{ .Title }}
      </a>
    </h1>
    <p>
      {{ .Date | time.Format ":date_full" }}
    </p>
    <div>
      {{ .Summary | markdownify }}
    </div>
  </div>
</div>