Updated distribution files

This commit is contained in:
squidfunk
2023-11-17 11:20:47 +01:00
parent 436ed8b8c2
commit 1095a4e523
7 changed files with 18 additions and 18 deletions

View File

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

View File

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

View File

@@ -249,7 +249,7 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% 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 %} {% for script in config.extra_javascript %}
{{ script | script_tag }} {{ script | script_tag }}
{% endfor %} {% endfor %}