diff options
Diffstat (limited to 'layouts/incident/post.html')
-rw-r--r-- | layouts/incident/post.html | 8 |
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> |