Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 17, 2023
1 parent 436ed8b commit 1095a4e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
2 changes: 1 addition & 1 deletion material/plugins/blog/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def _generate_pages(self, view: View, config: MkDocsConfig, files: Files):

# 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)
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 1095a4e

Please sign in to comment.