Make theme compatible with remote_theme (#590); fixes #339

This commit is contained in:
Gabriel
2020-04-26 20:31:05 +02:00
committed by GitHub
parent 3de196d57b
commit 4fa9fc8ad4
30 changed files with 33 additions and 21 deletions

View File

@ -1,10 +1,10 @@
---
common-css:
- "/css/bootstrap.min.css"
- "/css/main-minimal.css"
- "/assets/css/bootstrap.min.css"
- "/assets/css/main-minimal.css"
common-js:
- "/js/jquery-1.11.2.min.js"
- "/js/bootstrap.min.js"
- "/assets/js/jquery-1.11.2.min.js"
- "/assets/js/bootstrap.min.js"
---
<!DOCTYPE html>