diff --git a/templates/page.html b/templates/page.html
index 8ed6816..e458d64 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -137,6 +137,10 @@ Current section extra: {% if current_section %}{{ current_section.extra | json_e
{%- set previous_visible = true -%}
{% endif %}
+ {% if config.extra.hcard and config.extra.hcard.enable and ( not author_list or author_list is containing(config.author)) %}
+ {% include "partials/hcard_small.html" %}
+ {% endif %}
+
{%- set separator_with_class = "" ~ separator ~ ""-%}
{#- Date -#}
diff --git a/templates/partials/hcard.html b/templates/partials/hcard.html
index 91c023b..6479da6 100644
--- a/templates/partials/hcard.html
+++ b/templates/partials/hcard.html
@@ -16,7 +16,7 @@
{%- if hcard.avatar -%}
+
+ {%- if hcard.avatar -%}
+
+ {%- else -%}
+ {{ full_name }}
+ {%- endif -%}
+
+