You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{ if or .Paginator.HasPrev .Paginator.HasNext }}
-
- <div class="pages">
-
- {{ if .Paginator.HasPrev }}
- <a class="icon pages-icon" href="{{ .Paginator.Prev.URL }}" rel="prev">
- <i class="fa fa-arrow-left"></i>
- </a>
- {{ end }}
-
- {{ if .Paginator.HasNext }}
- <a class="icon pages-icon" href="{{ .Paginator.Next.URL }}" rel="next">
- <i class="fa fa-arrow-right"></i>
- </a>
- {{ end }}
-
- </div>
-
- {{ end }}
|