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
{{ 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
{% for post in site.posts %}
-
-
+
{{ post.excerpt }}
{% endfor %}
diff --git a/plugins.html b/plugins.html
index ca56ff1a..2b50c83f 100644
--- a/plugins.html
+++ b/plugins.html
@@ -9,7 +9,7 @@ title: Plugins
{% endfor %}
diff --git a/publishers.html b/publishers.html
index 5a207ac6..e026aa82 100644
--- a/publishers.html
+++ b/publishers.html
@@ -7,7 +7,7 @@ title: Publishers