diff --git a/themes/grav/templates/partials/plugin-data.html.twig b/themes/grav/templates/partials/plugin-data.html.twig
index dcb1dbeb..d4442c3d 100644
--- a/themes/grav/templates/partials/plugin-data.html.twig
+++ b/themes/grav/templates/partials/plugin-data.html.twig
@@ -4,7 +4,7 @@
Author: |
{% if plugin.author.url %}
- {{ plugin.author.name }}
+ {{ plugin.author.name }}
{% else %}
{{ plugin.author.name }}
{% endif %}
@@ -17,19 +17,19 @@
{% if plugin.homepage %}
|
| Homepage: |
- {{ plugin.homepage }} |
+ {{ plugin.homepage }} |
{% endif %}
{% if plugin.demo %}
| Demo: |
- {{ plugin.demo }} |
+ {{ plugin.demo }} |
{% endif %}
{% if plugin.bugs %}
| Bug Tracker: |
- {{ plugin.bugs }} |
+ {{ plugin.bugs }} |
{% endif %}
{% if plugin.keywords %}
@@ -56,8 +56,8 @@
{% set readme_link = plugin.readme ?: plugin.homepage ~ '/blob/develop/README.md' %}
| Readme: |
- {{ readme_link }} |
+ {{ readme_link }} |
{% endif %}
-
\ No newline at end of file
+
diff --git a/themes/grav/templates/partials/themes-details.html.twig b/themes/grav/templates/partials/themes-details.html.twig
index 18a7bfb1..4fe2a923 100644
--- a/themes/grav/templates/partials/themes-details.html.twig
+++ b/themes/grav/templates/partials/themes-details.html.twig
@@ -38,7 +38,7 @@
Author: |
{% if theme.author.url %}
- {{ theme.author.name }}
+ {{ theme.author.name }}
{% else %}
{{ theme.author.name }}
{% endif %}
@@ -51,19 +51,19 @@
{% if theme.homepage %}
|
| Homepage: |
- {{ theme.homepage }} |
+ {{ theme.homepage }} |
{% endif %}
{% if theme.demo %}
| Demo: |
- {{ theme.demo }} |
+ {{ theme.demo }} |
{% endif %}
{% if theme.bugs %}
| Bug Tracker: |
- {{ theme.bugs }} |
+ {{ theme.bugs }} |
{% endif %}
{% if theme.keywords %}
@@ -89,7 +89,7 @@
{% set readme_link = theme.readme ?: theme.homepage ~ '/blob/develop/README.md' %}
| Readme: |
- {{ readme_link }} |
+ {{ readme_link }} |
{% endif %}