Skip to content

Commit

Permalink
Updated distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 10, 2022
1 parent 9655c3a commit ca1996b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions material/base.html
Expand Up @@ -184,7 +184,7 @@
"base": base_url,
"features": features,
"translations": {},
"search": "assets/javascripts/workers/search.b6ff8c07.min.js" | url
"search": "assets/javascripts/workers/search.22074ed6.min.js" | url
} -%}
{%- if config.extra.version -%}
{%- set _ = app.update({ "version": config.extra.version }) -%}
Expand Down Expand Up @@ -213,7 +213,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.5e13d264.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.1514a9a0.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion material/mkdocs_theme.yml
@@ -1,4 +1,4 @@
# Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com>
# Copyright (c) 2016-2022 Martin Donath <martin.donath@squidfunk.com>

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/overrides/main.html
Expand Up @@ -16,5 +16,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'overrides/assets/javascripts/bundle.83314047.min.js' | url }}"></script>
<script src="{{ 'overrides/assets/javascripts/bundle.de8129cf.min.js' | url }}"></script>
{% endblock %}

0 comments on commit ca1996b

Please sign in to comment.