Fixed Travis and added more components

This commit is contained in:
squidfunk
2019-11-27 19:12:49 +01:00
parent 9cae185391
commit c409fe3953
38 changed files with 937 additions and 244 deletions

View File

@@ -419,11 +419,8 @@
<!-- Application initialization -->
<script>
app({
version: "{{ mkdocs_version }}",
url: {
base: "{{ base_url }}"
}
app = initialize({
base: "{{ base_url }}"
});
</script>