From ae5fbd9582fcf471243809ab0982937a9839e022 Mon Sep 17 00:00:00 2001 From: Sommerregen Date: Tue, 22 Dec 2015 20:34:36 +0100 Subject: [PATCH] Moved templates into plugin specific template path --- templates/partials/archives.html.twig | 2 +- .../{partials => plugins/archive_plus}/archive_plus.html.twig | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{partials => plugins/archive_plus}/archive_plus.html.twig (100%) diff --git a/templates/partials/archives.html.twig b/templates/partials/archives.html.twig index 952b46e..06456a0 100644 --- a/templates/partials/archives.html.twig +++ b/templates/partials/archives.html.twig @@ -1 +1 @@ -{% include 'partials/archive_plus.html.twig' %} +{% include 'plugins/archive_plus/archive_plus.html.twig' %} diff --git a/templates/partials/archive_plus.html.twig b/templates/plugins/archive_plus/archive_plus.html.twig similarity index 100% rename from templates/partials/archive_plus.html.twig rename to templates/plugins/archive_plus/archive_plus.html.twig