Browse Source

Update for zola

master
Vincent Prouillet 6 years ago
parent
commit
c5dfef47c1
  1. 4
      README.md
  2. 2
      templates/index.html

4
README.md

@ -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`:

2
templates/index.html

@ -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 %}

Loading…
Cancel
Save