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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/pagination.html')
-rw-r--r--layouts/partials/pagination.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 8efbd91..de234f9 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -1,6 +1,9 @@
-<!-- copy pasted from tpl/template_embedded.go -->
-<!-- default pagination.html creates <ul class="pagination"> and then a list of links for counters, forwardw and backward
- while Octopress uses <div class="pagination"> and links inside-->
+<!-- Pagination partial for index -->
+<!-- Modified tpl/template_embedded.go -->
+
+<!-- default pagination.html creates <ul class="pagination"> and then a list of
+ links for counters, forward and backward while Octopress uses
+ <div class="pagination"> and links inside-->
{{ $pag := $.Paginator }}
{{ if gt $pag.TotalPages 1 }}