diff --git a/README.md b/README.md index 82c3d31..11005f6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > An elegant and understated theme for Zola -Zola Inky ([View demo](https://jimmyff.github.io/zola-inky)) is a theme by [jimmyff](https://github.com/jimmyff) and [mr-karan](https://github.com/mr-karan) for the Zola static site generator. This theme was originally based on the [hugo-ink](https://github.com/knadh/hugo-ink) theme, ported by mr-karan. It was then packaged and developed further by jimmyff. The theme is available on [Github](https://github.com/jimmyff/zola-inky) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/blob/main/CHANGELOG.md) for a list of the latest changes. +Zola Inky ([View demo](https://jimmyff.github.io/zola-inky)) is a theme by [jimmyff](https://github.com/jimmyff) and [mr-karan](https://github.com/mr-karan) for the [Zola](https://www.getzola.org/) static site generator. This theme was originally based on the [hugo-ink](https://github.com/knadh/hugo-ink) theme, ported by mr-karan. It was then packaged and developed further by jimmyff. The theme is available on [Github](https://github.com/jimmyff/zola-inky) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/blob/main/CHANGELOG.md) for a list of the latest changes. [![PNG](screenshot.png)](https://jimmyff.github.io/zola-inky) diff --git a/content/_index.md b/content/_index.md index 6d13116..03cfd80 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,7 +7,7 @@ in_search_index = true # About this theme -Zola Inky is a theme by [jimmyff](https://github.com/jimmyff) and [mr-karan](https://github.com/mr-karan) for the Zola static site generator. This theme was originally based on the [hugo-ink](https://github.com/knadh/hugo-ink) theme, ported by mr-karan. It was then packaged and developed further by jimmyff. The theme is available on [Github](https://github.com/jimmyff/zola-inky) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/blob/main/CHANGELOG.md) for a list of the latest changes. +Zola Inky is a theme by [jimmyff](https://github.com/jimmyff) and [mr-karan](https://github.com/mr-karan) for the [Zola](https://www.getzola.org/) static site generator. This theme was originally based on the [hugo-ink](https://github.com/knadh/hugo-ink) theme, ported by mr-karan. It was then packaged and developed further by jimmyff. The theme is available on [Github](https://github.com/jimmyff/zola-inky) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/blob/main/CHANGELOG.md) for a list of the latest changes. --- diff --git a/content/gallery/_index.md b/content/gallery/_index.md index 3b64f77..174354c 100644 --- a/content/gallery/_index.md +++ b/content/gallery/_index.md @@ -2,7 +2,7 @@ title = "Example gallery" sort_by = "date" template = "gallery.html" -page_template = "section.html" +page_template = "post.html" +++ Here is the example gallery. The gallery uses a responsive grid and responsive image sizes. These example images are a mix of landscape and portrait images. You can include any number of images from each post and they are grouped by year. diff --git a/templates/post.html b/templates/post.html index a71a984..bede261 100644 --- a/templates/post.html +++ b/templates/post.html @@ -23,7 +23,7 @@ {% if page.taxonomies is containing ("tags") %} {% endif %}