Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 18, 2024
1 parent 575ff35 commit 1348002
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

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.2a2d588d.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.b33ef781.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import { Sitemap, fetchSitemap } from "../sitemap"
interface SetupOptions {
location$: Subject<URL> // Location subject
viewport$: Observable<Viewport> // Viewport observable
progress$: Subject<number> // Progress suject
progress$: Subject<number> // Progress subject
}

/* ----------------------------------------------------------------------------
Expand Down

0 comments on commit 1348002

Please sign in to comment.