Fix issue with prism path on embed page

This commit is contained in:
Simon Vieille 2018-08-20 16:02:08 +02:00
parent af30221295
commit 2d8f19437a
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block css %}
{{ parent() }}
<link rel="stylesheet" href="{{ web_path }}components/Prism/themes/prism.css">
<link rel="stylesheet" href="{{ web_path }}app/css/prism.css">
{% if theme_settings.name == 'dark' %}
<link rel="stylesheet" href="{{ web_path }}app/css/prism-okaidia.css">