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

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/indexes/tag.html')
-rw-r--r--layouts/indexes/tag.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/indexes/tag.html b/layouts/indexes/tag.html
deleted file mode 100644
index 9ddf3e8..0000000
--- a/layouts/indexes/tag.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{ template "theme/chrome/header.html" . }}
-<!-- CONTENT -->
-<div class="tag-list">
- <p id="tag-name">
- <h1>Tag: {{ .Title }}</h1>
- </p>
- {{ range .Data.Pages }}
- <div class="one-post">
- <h3><a href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
- <div class="post-time">{{ .Date.Format "January 2 2006" }}</div>
- </div>
- <hr>
- {{ end }}
-</div>
-
-{{ template "theme/chrome/footer.html" . }}