Enable opening links within the live preview panel

pull/373/head
Nick Moreton 2022-11-23 22:30:19 +00:00 zatwierdzone przez Thibaud Colas
rodzic 4e0bf6e73a
commit 13c5993f82
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,11 @@
</title>
<meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% endif %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
{# Force all links in the live preview panel to be opened in a new tab #}
{% if request.in_preview_panel %}
<base target="_blank">
{% endif %}
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
{% fontawesome_css %}