Updated distribution files

This commit is contained in:
squidfunk 2023-11-17 11:20:47 +01:00
parent 436ed8b8c2
commit 1095a4e523
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
7 changed files with 18 additions and 18 deletions

View File

@ -23,5 +23,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'assets/javascripts/custom.9c11c319.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/custom.fe17d8dd.min.js' | url }}"></script>
{% endblock %}

View File

@ -620,7 +620,7 @@ class BlogPlugin(BasePlugin[BlogConfig]):
# Create and yield view
if not isinstance(file.page, View):
yield View(None, file, config)
yield view.__class__(None, file, config)
# Assign pages and posts to view
assert isinstance(file.page, View)

View File

@ -249,7 +249,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.9d5bf7c6.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.6c14ae12.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}