Skip to content

Commit

Permalink
Merge pull request #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 cdddc43 + c5dfef4 commit 958f489
Show file tree
Hide file tree
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

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

Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 958f489

Please sign in to comment.