Fix theme issues (background-image cannot be overriden)
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 4 Aug 2015 13:18:27 +0000 (16:18 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 4 Aug 2015 13:18:27 +0000 (16:18 +0300)
make_static.PL
tmpl/skel.en

index 1e338addd1dc2d2657a6031d3cd71faa983325c2..177231ed93c4129bef83c2d1a4a97e4fea1694ab 100644 (file)
@@ -60,7 +60,7 @@ sub read_css_into_blocks {
        \@blocks
 }
 
-my $default_theme = 'slate';
+my $default_theme = 'cyborg';
 
 sub theme_prefix {
        my ($theme, $decl, $default) = @_;
index 6406c51a233118553e2e11e798c40fc47b7d582a..49d2bb82f165a2c94b4f7689259871e0e0fe7b82 100644 (file)
@@ -1,4 +1,5 @@
 <!DOCTYPE html>
+<html class="slate">
 <title smap="title">TITLE</title>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
This page took 0.011665 seconds and 4 git commands to generate.