mirror of
https://github.com/documize/community.git
synced 2025-08-05 13:35:25 +02:00
Implement simpler solution for dynamic theme loading
This commit is contained in:
parent
a424bbfcae
commit
4ddbe59556
5 changed files with 913 additions and 813 deletions
|
@ -15,6 +15,19 @@
|
|||
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=2" sizes="32x32" />
|
||||
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
||||
<link rel="stylesheet" href="{{rootURL}}assets/documize.css">
|
||||
<script type="text/javascript">
|
||||
window.assetMapping = {
|
||||
app: '{{rootURL}}assets/documize.js',
|
||||
vendor: '{{rootURL}}assets/vendor.js',
|
||||
themedefault: '{{rootURL}}assets/documuze.css',
|
||||
themeconference: '{{rootURL}}assets/theme-conference.css',
|
||||
themeforest: '{{rootURL}}assets/theme-forest.css',
|
||||
themebrave: '{{rootURL}}assets/theme-brave.css',
|
||||
themeharvest: '{{rootURL}}assets/theme-harvest.css',
|
||||
themesunflower: '{{rootURL}}assets/theme-sunflower.css',
|
||||
themesilver: '{{rootURL}}assets/theme-silver.css',
|
||||
};
|
||||
</script>
|
||||
{{content-for 'head-footer'}}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue