From 5e1a7efe04947ff9d044d52b9846c8e7fb017af2 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 7 Feb 2022 00:29:53 +0100 Subject: [PATCH] fix links --- _includes/plugin_card.html | 2 +- _includes/publisher_ref.html | 2 +- _layouts/post.html | 2 +- blog.html | 2 +- plugins.html | 2 +- publishers.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/plugin_card.html b/_includes/plugin_card.html index c67538a8..d5b46e22 100644 --- a/_includes/plugin_card.html +++ b/_includes/plugin_card.html @@ -14,7 +14,7 @@ {% include publisher_ref.html pub=plugin.publisher %}

{{ plugin.excerpt | mardownify | remove: '

' | remove: '

' }}

- + \ No newline at end of file diff --git a/_includes/publisher_ref.html b/_includes/publisher_ref.html index f173c4e7..19d663d5 100644 --- a/_includes/publisher_ref.html +++ b/_includes/publisher_ref.html @@ -1,4 +1,4 @@ {% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} - +

by mdo {{ include.pub }}

\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 7de4f444..8b2bf198 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,7 +21,7 @@ layout: default {{ page.date | date_to_string }} {% assign publisher = site.publishers | where: 'short_name', page.publisher | first %} {% if publisher %} - - {{ publisher.name }} + - {{ publisher.name }} {% endif %}

{{ content }} diff --git a/blog.html b/blog.html index 3cee36e3..456a7ec6 100644 --- a/blog.html +++ b/blog.html @@ -7,7 +7,7 @@ title: Blog