Accesibility fixes from the report.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index 1f42d55..b7beb79 100644 (file)
@@ -22,6 +22,12 @@ IMAGE_DIR = 'book/pictures/'
 
 PIPELINE = {
     'STYLESHEETS': {
+        '2021': {
+            'source_filenames': [
+                '2021/css/main.scss',
+            ],
+            'output_filename': 'css/compressed/2021.css',
+        },
         'main': {
             # styles both for mobile and for big screen
             'source_filenames': [
@@ -39,6 +45,7 @@ PIPELINE = {
                 'css/tlite.css',
 
                 'scss/main.scss',
+                'club/club.scss',
             ],
             'output_filename': 'css/compressed/main.css',
         },