Skip to content

Commit

Permalink
Add display custom CSS to thumbnails
Browse files Browse the repository at this point in the history
This only has an effect if the `display` variable exists in template context where the thumbnail is placed.
  • Loading branch information
sheepman4267 committed Oct 17, 2024
1 parent dec2afc commit 0f3882b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="stylesheet" href="{% static 'slides/slide.css' %}">
<style>
{{ slide.get_theme.css }}
{{ display.custom_css }}
</style>
<title>Slide {{ slide.pk }}</title>
</head>
Expand Down

0 comments on commit 0f3882b

Please sign in to comment.