* Fix #269

* Update CHANGELOG.md
This commit is contained in:
Pietro Marangon 2020-10-03 17:33:21 +02:00 committed by GitHub
parent cb48fe30eb
commit 0d81256980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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/). 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 ## [3.2.0] - 2020-09-05
### Added ### Added
- Added support to use Azure Blob Storage account as storage location. - Added support to use Azure Blob Storage account as storage location.

View file

@ -5,6 +5,7 @@
{% block head %} {% block head %}
{% if type == 'image' %} {% if type == 'image' %}
<link rel="preload" href="{{ url }}/raw" as="{{ type }}"> <link rel="preload" href="{{ url }}/raw" as="{{ type }}">
<meta name="og:image" itemprop="{{ type }}" content="{{ url }}/raw">
{% endif %} {% endif %}
{% endblock %} {% endblock %}