diff --git a/CHANGELOG.md b/CHANGELOG.md index c293f01..59de7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [Unreleased] +### Added +- OpenGraph image tag #269 + ## [3.2.0] - 2020-09-05 ### Added - Added support to use Azure Blob Storage account as storage location. diff --git a/resources/templates/upload/public.twig b/resources/templates/upload/public.twig index 46d937b..3322d76 100644 --- a/resources/templates/upload/public.twig +++ b/resources/templates/upload/public.twig @@ -5,6 +5,7 @@ {% block head %} {% if type == 'image' %} + {% endif %} {% endblock %} @@ -156,4 +157,4 @@ {% include 'comp/modal_delete.twig' %} -{% endblock %} \ No newline at end of file +{% endblock %}