aboutsummaryrefslogtreecommitdiff
path: root/layouts/incident/post.html
diff options
context:
space:
mode:
authorMantas <mistermantas@users.noreply.github.com>2017-11-25 12:05:33 +0200
committerMantas <mistermantas@users.noreply.github.com>2017-11-25 12:05:33 +0200
commit3208df6352c0e05208bce95f8d9e9f16769a57ed (patch)
tree6d784f09fa6dc7d85438ca1086e32ba363d90483 /layouts/incident/post.html
parent4bc818712d9b0133dd22326052a99ef1f36f4aa0 (diff)
cState goes stable 1.0; fix #4 & fix #5
Diffstat (limited to 'layouts/incident/post.html')
-rw-r--r--layouts/incident/post.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/layouts/incident/post.html b/layouts/incident/post.html
deleted file mode 100644
index 593481a..0000000
--- a/layouts/incident/post.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="article">
- <h3>
- <a href="{{ .Permalink }}">{{ .Title }} {{ if .Draft }}[DRAFT]{{ end }}</a>
- </h3>
- <h4>Began on {{ .Date }} ({{ .ReadingTime }} min read)</h4>
-
- {{ .Content }}
-</div>