diff options
| author | Paul Duncan <pabs@pablotron.org> | 2016-07-25 22:09:32 -0400 | 
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2016-07-25 22:09:32 -0400 | 
| commit | 7c896b0612180104efc516d1f078b8400fa28fa9 (patch) | |
| tree | 613dbfde3d09530321c9742ba7e3fd9aa34f3c65 /data/themes/default | |
| parent | c2a20d2fdef43cf2967919295ba7cf6ecffe57fc (diff) | |
| download | guff-7c896b0612180104efc516d1f078b8400fa28fa9.tar.xz guff-7c896b0612180104efc516d1f078b8400fa28fa9.zip  | |
add theme assets to page renderer
Diffstat (limited to 'data/themes/default')
| -rw-r--r-- | data/themes/default/guff-manifest.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/default/guff-manifest.json b/data/themes/default/guff-manifest.json index 2f402df..44e7abe 100644 --- a/data/themes/default/guff-manifest.json +++ b/data/themes/default/guff-manifest.json @@ -8,7 +8,7 @@    },    "assets": { -    "scripts": [], -    "styles": [] +    "scripts": ["script.js"], +    "styles": ["style.css"]    }  }  | 
