OSDN Git Service

update template and css
authorhylom <hylom@users.sourceforge.jp>
Thu, 8 Sep 2016 13:25:57 +0000 (22:25 +0900)
committerhylom <hylom@users.sourceforge.jp>
Thu, 8 Sep 2016 13:25:57 +0000 (22:25 +0900)
dev/newslash_web/css/main.less
dev/newslash_web/templates/common/layout.html.tt2

index 8be3b1a..940109b 100644 (file)
@@ -1,5 +1,5 @@
 
-@background: #1a150d;
+@background: #fbf9f7;
 @color: #1a150d;
 
 body {
index 1f5478c..ae289ed 100644 (file)
@@ -1,6 +1,10 @@
 <!DOCTYPE html>
 <html>
-  <head><title>[% title %]</title></head>
+  <head>
+    <title>[% title %]</title>
+    [% USE css; %]
+    <link rel="stylesheet" type="text/css" media="screen, projection" href="[% css.path('main'); %]" />
+  </head>
   <body>
     [% content %]
   </body>