parent
cb48fe30eb
commit
0d81256980
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
{% block head %}
|
||||
{% if type == 'image' %}
|
||||
<link rel="preload" href="{{ url }}/raw" as="{{ type }}">
|
||||
<meta name="og:image" itemprop="{{ type }}" content="{{ url }}/raw">
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
|
@ -156,4 +157,4 @@
|
|||
</div>
|
||||
</div>
|
||||
{% include 'comp/modal_delete.twig' %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue