Merge pull request #10 from getzola/zola

Update for zola
This commit is contained in:
Vincent Prouillet 2018-11-17 18:10:46 +01:00 committed by GitHub
commit 958f489dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 %}