Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/post.html')
-rw-r--r--layouts/post/post.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/layouts/post/post.html b/layouts/post/post.html
deleted file mode 100644
index c663721..0000000
--- a/layouts/post/post.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ partial "default_head.html" . }}
-
-<div class="post">
- <h1 class="post-title">{{ .Title }}</h1>
- <ul id="list">
- {{ range .Data.Pages }}
- {{ .Render "li"}}
- {{ end }}
- </ul>
-</div>
-
-{{ partial "default_foot.html" . }}