{{ title | safe }}
{% if not hideMetadata %} -
+
{% if author %}
{% if author.profilePic %}
-
+
{% endif %}
-
+
{% endif %}
{% if author.url %}{% endif %} - {% if author.name %}By {{ author.name }}{% endif %}{% if author.url %} • {% endif %} • {{ content | emojiReadTime }}
+{% if author.url %}{% endif %} + {% if author.name %}By {{ author.name }}{% endif %}{% if author.url %} • {% endif %} • {{ content | emojiReadTime }}
{% else %} {% if metadata.author.profilePic %} -
-
{% if metadata.author.url %}{% endif %} - {% if metadata.author.name %}By {{ metadata.author.name }}{% endif %}{% if metadata.author.url %} • {% endif %} • {{ content | emojiReadTime }}
+{% if metadata.author.url %}{% endif %} + {% if metadata.author.name %}By {{ metadata.author.name }}{% endif %}{% if metadata.author.url %} • {% endif %} • {{ content | emojiReadTime }}
{% endif %}