diff --git a/templates/blog/post.html b/templates/blog/post.html
index 6713200021a68a00dedb3f4d8d33f0c7a9a97598..fe58c388e31629e84b57221c571416045ce6ba8c 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -16,7 +16,7 @@
               <img src="{{ image.url }}" alt="{{ post.extra.depiction.alt }}" />
             {% if post.extra.depiction.credits %}
             <div class="caption">
-              <figcaption class="tag has-text-white has-background-black  is-size-7 is-italic m-1">{{ post.extra.depiction.credits }} aaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaa bbbbbbbbbbbbbbbbbb</figcaption>
+              <figcaption class="tag has-text-white has-background-black  is-size-7 is-italic m-1">{{ post.extra.depiction.credits }}</figcaption>
             </div>
             {% endif %}
           </figure>