Publish Symfony server post

This commit is contained in:
Oliver Davies 2020-03-09 14:09:05 +00:00
parent c2204d7bd5
commit c7846942a8
3 changed files with 134 additions and 35 deletions

View file

@ -1,7 +1,7 @@
<figure class="block">
<img src="{{ image.src }}" alt="{{ image.alt }}" class="p-1 border">
{% if caption %}
<figcaption class="mt-2 mb-0 italic text-sm text-center text-gray-800">
<figcaption class="mt-1 mb-0 italic text-sm text-center text-gray-800">
{{ caption }}
</figcaption>
{% endif %}