aboutsummaryrefslogtreecommitdiff
path: root/layouts/incident/post.html
blob: 593481a5638fded4bd0c41317f9292ea7be96753 (plain)
1
2
3
4
5
6
7
8
<div class="article">
  <h3>
    <a href="{{ .Permalink }}">{{ .Title }} {{ if .Draft }}[DRAFT]{{ end }}</a>
  </h3>
  <h4>Began on {{ .Date }} ({{ .ReadingTime }} min read)</h4>

  {{ .Content }}
</div>