Skip to content

Commit

Permalink
Merge pull request getzola#10 from getzola/zola
Browse files Browse the repository at this point in the history
Update for zola
  • Loading branch information
Keats authored Nov 17, 2018
2 parents 17a66a2 + 34eb2bb commit 4a9a03a
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ <h1>{{ config.extra.after_dark_title }}</h1>
{% 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 %}

0 comments on commit 4a9a03a

Please sign in to comment.