diff options
Diffstat (limited to 'templates/layouts/mainlayout.html.ep')
-rw-r--r-- | templates/layouts/mainlayout.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/mainlayout.html.ep b/templates/layouts/mainlayout.html.ep index 166f9ee..b0387af 100644 --- a/templates/layouts/mainlayout.html.ep +++ b/templates/layouts/mainlayout.html.ep @@ -9,7 +9,7 @@ <link rel="stylesheet" href="https://unpkg.com/purecss@2.1.0/build/pure-min.css" integrity="sha384-yHIFVG6ClnONEA5yB5DJXfW2/KC173DIQrYoZMEtBvGzmf0PKiGyNEqe9N6BNDBH" crossorigin="anonymous"> <link rel="stylesheet" href="https://unpkg.com/purecss@2.1.0/build/grids-responsive-min.css" /> - %= stylesheet '/style2.css' + %= stylesheet '/style.css' <title> %= title || 'JWebmail' |