From 6e79cdcc6d1ea49b3cae2126859a2a1ae96d0729 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Fri, 10 Aug 2018 11:52:19 -0700 Subject: [PATCH] Fixed permalink --- themes/grav/templates/partials/plugins-details.html.twig | 2 +- themes/grav/templates/partials/plugins-list.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/grav/templates/partials/plugins-details.html.twig b/themes/grav/templates/partials/plugins-details.html.twig index 81a44542..7ed7e62d 100644 --- a/themes/grav/templates/partials/plugins-details.html.twig +++ b/themes/grav/templates/partials/plugins-details.html.twig @@ -48,7 +48,7 @@ {% set gumroad_loaded = true %} {% endif %} - {{ "Buy Now"|tu }} + {{ "Buy Now"|tu }} {% else %} {{ "PLUGIN_ADMIN.INSTALL_PLUGIN"|tu }} {% endif %} diff --git a/themes/grav/templates/partials/plugins-list.html.twig b/themes/grav/templates/partials/plugins-list.html.twig index a2870813..e9607809 100644 --- a/themes/grav/templates/partials/plugins-list.html.twig +++ b/themes/grav/templates/partials/plugins-list.html.twig @@ -52,7 +52,7 @@ {% set gumroad_loaded = true %} {% endif %} - {{ "Buy Now"|tu }} + {{ "Buy Now"|tu }} {% else %} {{ "PLUGIN_ADMIN.INSTALL"|tu }} {% endif %}