Update for zola

This commit is contained in:
Vincent Prouillet 2018-11-14 19:58:02 +01:00
parent cdddc43816
commit c5dfef47c1
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# after-dark
![after-dark screenshot](https://github.com/Keats/after-dark/blob/master/screenshot.png?raw=true)
![after-dark screenshot](https://github.com/getzola/after-dark/blob/master/screenshot.png?raw=true)
## Contents
@ -14,7 +14,7 @@ First download this theme to your `themes` directory:
```bash
$ cd themes
$ git clone https://github.com/Keats/after-dark.git
$ git clone https://github.com/getzola/after-dark.git
```
and then enable it in your `config.toml`:

View file

@ -56,7 +56,7 @@
{% if paginator.previous %}
<a href="{{ paginator.previous }}">&laquo; Previous</a> |
{% endif %}
<span>Page {{ paginator.current_index }} of {{ paginator.pagers | length }}</span>
<span>Page {{ paginator.current_index }} of {{ paginator.number_pagers }}</span>
{% if paginator.next %}
| <a href="{{ paginator.next }}">Next &raquo;</a>
{% endif %}