aboutsummaryrefslogtreecommitdiff
path: root/layouts/incident
diff options
context:
space:
mode:
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" . }}