diff --git a/config.toml b/config.toml index f884ad76e..a482b14b7 100644 --- a/config.toml +++ b/config.toml @@ -81,6 +81,12 @@ feed = true paginate_by = 9 paginate_path = "tags" +[[taxonomies]] +name = "people" +feed = true +paginate_by = 9 +paginate_path = "people" + [[taxonomies]] name = "memberships" feed = true @@ -90,32 +96,6 @@ paginate_path = "people/memberships" [extra] # Put all your custom variables here -[extra.taxonomies."roles"] - [extra.taxonomies."roles".Create] - icon_path = "images/icons/paint-brush-art-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Create Ourworld" - description = "Become a part of a team of creators looking to shape our digital world" - - [extra.taxonomies."roles".Develop] - icon_path = "images/icons/code-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Develop Ourworld" - description = "Become a part of a team of developers building our digital world" - - [extra.taxonomies."roles".Inspire] - icon_path = "images/icons/bar-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Share Ourworld" - description = "Create communities and involve people in ourworld" - - [extra.taxonomies."roles".Organize] - icon_path = "images/icons/form-svgrepo-com.svg" - banner_path = "images/marius-masalar-unsplash.jpg" - title = "Run Ourworld" - description = "Become a part of the organizational team at ourworld" - - diff --git a/templates/partials/memberships.html b/templates/partials/memberships.html index e39c8466e..4c4781fb6 100644 --- a/templates/partials/memberships.html +++ b/templates/partials/memberships.html @@ -27,7 +27,7 @@
+ {% if paginator.previous %} + {% include "partials/icons/svgPrevPageIcon.html" %}{% include + "partials/icons/svgPrevPageIcon.html" %} + + {% include "partials/icons/svgPrevPageIcon.html" %} + + {% else %} {% + include "partials/icons/svgFirstPageIcon.html" %}{% include + "partials/icons/svgFirstPageIcon.html" %} + {% include + "partials/icons/svgFirstPageIcon.html" %} + + {% endif %} {% if + paginator.next %} + {% include "partials/icons/svgNextPageIcon.html" %} + + {% include "partials/icons/svgNextPageIcon.html" %}{% include + "partials/icons/svgNextPageIcon.html" %} + {% else %} {% include "partials/icons/svgLastPageIcon.html" %} + {% include + "partials/icons/svgLastPageIcon.html" %}{% include + "partials/icons/svgLastPageIcon.html" %} {% endif %} +
+