From 6ff8c6f9efbb1e26b70d7c4d18a2fbdb62cc2dfd Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 9 Aug 2022 00:47:58 +0200 Subject: [PATCH] rename --- _config.yml | 4 ++-- _layouts/publisher.html | 2 +- {_plugins => _repo}/shopify.md | 0 plugins.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename {_plugins => _repo}/shopify.md (100%) diff --git a/_config.yml b/_config.yml index 897b81c1..8812e9ba 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,7 @@ collections: publishers: output: true permalink: "/:title" - plugins: + repo: output: true custom_permalink_placeholders: ["publisher"] #permalink: "/:publisher/:title" @@ -51,7 +51,7 @@ defaults: layout: "publisher" - scope: path: "" - type: "plugins" + type: "repo" values: layout: "plugin" - scope: diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 71f6f372..d0a85e27 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -35,7 +35,7 @@ notitle: true {% endif %} -{% assign filtered_plugins = site.plugins | where: 'publisher', page.short_name %} +{% assign filtered_plugins = site.repo | where: 'publisher', page.short_name %} {% if filtered_plugins and filtered_plugins.size != 0 %}

Plugins