diff options
author | Mantas <mantasevilcinskas+git@gmail.com> | 2017-05-01 19:40:08 +0300 |
---|---|---|
committer | Mantas <mantasevilcinskas+git@gmail.com> | 2017-05-01 19:40:08 +0300 |
commit | 9d6a10ffe260b36ef76a73e8d53c835e8d5562c6 (patch) | |
tree | d1d86fe338029c29c2e5b573ce343ab864d8acb6 /layouts/incident/single.html |
Complete refactor: add beta of #2, fix #1
Diffstat (limited to 'layouts/incident/single.html')
-rw-r--r-- | layouts/incident/single.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/incident/single.html b/layouts/incident/single.html new file mode 100644 index 0000000..92ead19 --- /dev/null +++ b/layouts/incident/single.html @@ -0,0 +1,13 @@ +{{ partial "meta" . }} + + <body> + + <div class="contain"> + <a href="{{ .Site.BaseURL }}">← Go back</a> + + <br><br><hr> + + {{ .Render "post"}} + </div> + +{{ partial "footer" . }} |