aboutsummaryrefslogtreecommitdiff
path: root/layouts/incident
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
parent4bc818712d9b0133dd22326052a99ef1f36f4aa0 (diff)
cState goes stable 1.0; fix #4 & fix #5
Diffstat (limited to 'layouts/incident')
-rw-r--r--layouts/incident/post.html8
-rw-r--r--layouts/incident/single.html13
2 files changed, 0 insertions, 21 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>
diff --git a/layouts/incident/single.html b/layouts/incident/single.html
deleted file mode 100644
index 92ead19..0000000
--- a/layouts/incident/single.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ partial "meta" . }}
-
- <body>
-
- <div class="contain">
- <a href="{{ .Site.BaseURL }}">← Go back</a>
-
- <br><br><hr>
-
- {{ .Render "post"}}
- </div>
-
-{{ partial "footer" . }}