diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html
index 4312b59..f2940b0 100644
--- a/discord_rss_bot/templates/feed.html
+++ b/discord_rss_bot/templates/feed.html
@@ -43,28 +43,27 @@
{{ entry.title }}
- By {{ entry.author }}
+ {% if entry.author %}
+ By {{ entry.author }} @
+ {% endif %}
{% if entry.published %}
- @ {{ entry.published.strftime('%Y-%m-%d, %T') }}
+ {{ entry.published.strftime('%Y-%m-%d, %T') }}
{% endif %}
- {# TODO: Only show one if both are the same #}
- {% if entry.summary %}
- Summary
- Content
-