From 7617925e15e33b3297557530b7becd4243da7d66 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 5 Dec 2014 11:44:23 -0700 Subject: [PATCH 1/2] added missing dependency for related pages plugin --- .dependencies | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.dependencies b/.dependencies index b438469..f9c2f69 100644 --- a/.dependencies +++ b/.dependencies @@ -27,6 +27,10 @@ git: url: https://github.com/getgrav/grav-plugin-random path: user/plugins/random branch: develop + relatedpages: + url: https://github.com/getgrav/grav-plugin-relatedpages + path: user/plugins/relatedpages + branch: develop simplesearch: url: https://github.com/getgrav/grav-plugin-simplesearch path: user/plugins/simplesearch @@ -72,6 +76,10 @@ links: src: grav-plugin-random path: user/plugins/random scm: github + relatedpages: + src: grav-plugin-relatedpages + path: user/plugins/relatedpages + scm: github simplesearch: src: grav-plugin-simplesearch path: user/plugins/simplesearch From bd48448f498e0c66bdfd276e802159a06573f34a Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Fri, 5 Dec 2014 11:45:24 -0700 Subject: [PATCH 2/2] version update --- blueprints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints.yaml b/blueprints.yaml index e5e8a34..821f8ef 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -8,6 +8,6 @@ author: url: http://getgrav.org homepage: https://github.com/getgrav/grav-skeleton-blog-site demo: http://demo.getgrav.org/blog-skeleton -keywords: blog, skeleton, pagination, breadcrumbs, taxonomy, archives +keywords: blog, skeleton, pagination, breadcrumbs, taxonomy, archives, relatedpages bugs: https://github.com/getgrav/grav-skeleton-blog-site/issues license: MIT