mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-28 08:42:47 -04:00
Fixed Travis and added more components
This commit is contained in:
@@ -419,11 +419,8 @@
|
||||
|
||||
<!-- Application initialization -->
|
||||
<script>
|
||||
app({
|
||||
version: "{{ mkdocs_version }}",
|
||||
url: {
|
||||
base: "{{ base_url }}"
|
||||
}
|
||||
app = initialize({
|
||||
base: "{{ base_url }}"
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user