kevin tessier 5 years ago
parent
commit
d7f01bbb0b

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"19-07-2018":1,"06-08-2018":12,"08-08-2018":29,"30-08-2018":23,"31-08-2018":5,"02-09-2018":1,"23-09-2018":1,"16-10-2018":5,"28-10-2018":1,"29-10-2018":1,"31-10-2018":1,"09-11-2018":16,"20-11-2018":6,"22-11-2018":5,"26-11-2018":1,"27-11-2018":3,"28-11-2018":2,"05-12-2018":26,"06-12-2018":27,"07-12-2018":2,"11-12-2018":2,"12-12-2018":1,"19-12-2018":2,"20-12-2018":1,"02-01-2019":1,"10-01-2019":127,"11-01-2019":321,"14-01-2019":39,"15-01-2019":320,"16-01-2019":165}
+{"06-08-2018":12,"08-08-2018":29,"30-08-2018":23,"31-08-2018":5,"02-09-2018":1,"23-09-2018":1,"16-10-2018":5,"28-10-2018":1,"29-10-2018":1,"31-10-2018":1,"09-11-2018":16,"20-11-2018":6,"22-11-2018":5,"26-11-2018":1,"27-11-2018":3,"28-11-2018":2,"05-12-2018":26,"06-12-2018":27,"07-12-2018":2,"11-12-2018":2,"12-12-2018":1,"19-12-2018":2,"20-12-2018":1,"02-01-2019":1,"10-01-2019":127,"11-01-2019":321,"14-01-2019":39,"15-01-2019":320,"16-01-2019":165,"23-01-2019":7}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"09-2018":2,"10-2018":8,"11-2018":33,"12-2018":61,"01-2019":973}
+{"09-2018":2,"10-2018":8,"11-2018":33,"12-2018":61,"01-2019":980}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":2975,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}
+{"\/":2982,"\/typography":1,"\/home\/prochaines-dates":2,"\/home\/biographie":2,"\/home\/videos":3,"\/home\/photographies":1,"\/photographies":1}

File diff suppressed because it is too large
+ 0 - 0
logs/popularity/visitors.json


+ 4 - 2
user/themes/anissabensalah/scss/theme/mediaqueries.scss

@@ -121,7 +121,8 @@
               position: absolute;
               bottom: 5px;
               left: 50%;
-              transform: translateX(-50%);
+              -webkit-transform: translateX(-50%);
+                      transform: translateX(-50%);
             }
             .reso{
               display: none;
@@ -180,7 +181,8 @@
               position: absolute;
               bottom: 5px;
               left: 50%;
-              transform: translateX(-50%);
+              -webkit-transform: translateX(-50%);
+                      transform: translateX(-50%);
             }
             .reso{
               display: none;

+ 1 - 1
user/themes/anissabensalah/templates/modular/submodular.html.twig

@@ -11,7 +11,7 @@
         <h2>{{page.title|upper}}</h2>
 
         {% for module in page.collection() %}
-          <a href="#{{module.title}}">{{module.title|upper}}</a>
+          <!-- <a href="#{{module.title}}">{{module.title|upper}}</a> -->
         {% endfor %}
 
         <div class="reso">

Some files were not shown because too many files changed in this diff