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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index e27bf33..e78e7f2 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -52,11 +52,18 @@
<div class="post-pinned">
{{- .Render "summary" -}}
</div>
-
+ <hr/>
{{end}}
{{end}}
{{end}}
-
+ <div class="post-sort">
+ <ol>
+ <li><a href="/posts/">Все посты</a> </li>
+ <li><a href="/">Основные посты</a></li>
+ <li><a href="/views">Лучшее</a></li>
+ <li><a href="/feed">Фид</a></li>
+ </ol>
+ </div>
{{- range $pages.Pages -}}
{{- .Render "summary" -}}
{{- end -}}