diff options
Diffstat (limited to 'layouts/incident/post.html')
-rw-r--r-- | layouts/incident/post.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/incident/post.html b/layouts/incident/post.html new file mode 100644 index 0000000..593481a --- /dev/null +++ b/layouts/incident/post.html @@ -0,0 +1,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> |