Fixed rendering of nested tabbed code blocks

This commit is contained in:
squidfunk
2018-06-13 09:51:04 +02:00
parent 74e27a21c2
commit 87f9a3a25b
3 changed files with 10 additions and 17 deletions

View File

@@ -48,7 +48,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.e8ff00e1.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.4f4f49e8.css">
{% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
{% endif %}