Kévin Tessier 5 سال پیش
والد
کامیت
ee476d4c59

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214,"22-08-2018":440,"24-08-2018":273,"27-08-2018":86}
+{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214,"22-08-2018":440,"24-08-2018":273,"27-08-2018":195}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"08-2018":1568}
+{"08-2018":1677}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":790,"\/projets":99,"\/news":146,"\/a-propros":56,"\/projets-n-1":1,"\/projets\/projets-n-1":428,"\/projets\/projet-n-2":33,"\/projets\/projets-n-2":4,"\/projets\/projets-n":11}
+{"\/":813,"\/projets":99,"\/news":146,"\/a-propros":56,"\/projets-n-1":1,"\/projets\/projets-n-1":502,"\/projets\/projet-n-2":42,"\/projets\/projets-n-2":5,"\/projets\/projets-n":13}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1535364559}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1535373240}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 7 - 5
user/themes/hehe/css-compiled/template.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
user/themes/hehe/css-compiled/template.min.css


+ 0 - 1
user/themes/hehe/js/site.js

@@ -46,7 +46,6 @@ function catprojets() {
     $txt.css({
       "height" : $Htxt + "px"
     });
-
   });
 
 }

+ 10 - 8
user/themes/hehe/scss/template/_section.scss

@@ -55,28 +55,30 @@
         right: 0;
         width: calc(100% / 3);
         height: calc(100% - 90px);
-        padding: 0 30px 0 30px;
+        padding: 20px 30px 0px 30px;
         overflow-x: auto;
         h3{
-          margin: 20px 0 10px 0;
+          margin: 0px 0 10px 0;
         }
       }
       .taxonomy{
-        width: auto;
+        width: calc(100% / 3);
         height: auto;
         background: white;
         position:fixed;
         bottom: 0;
-        border-top: 2px solid black;
         span{
-          display: flex;
-          flex-wrap: wrap;
           margin: auto 0;
+          .row{
+            border-top: 2px solid black;
+            display: flex;
+            flex-wrap: wrap;
+            justify-content: space-between;
           a{
-            padding: 10px 30px;
-            border-bottom: 2px solid black;
+            margin: 10px 30px;
           }
         }
+        }
       }
     }
   }

+ 1 - 0
user/themes/hehe/templates/item.html.twig

@@ -6,6 +6,7 @@
 {% set hero_image_name = page.header.hero_image %}
 
 {% block hero %}
+
     {% if hero_image_name %}
         {% set hero_image = page.media[hero_image_name] %}
         {% set content %}

+ 11 - 3
user/themes/hehe/templates/partials/blog/taxonomy.html.twig

@@ -1,7 +1,15 @@
 {% if page.taxonomy.tag %}
 <span class="tags">
-    {% for tag in page.taxonomy.tag %}
-    <a class="label label-rounded {{ label_style ?: 'label-secondary' }} p-category" href="{{ blog.url|rtrim('/') }}/tag{{ config.system.param_sep }}{{ tag }}#body-wrapper">{{ tag }}</a>
-    {% endfor %}
+
+      {% for tag in page.taxonomy.tag|batch(4) %}
+
+        <div class="row">
+          {% for tag in tag %}
+            <a href="{{ blog.url|rtrim('/') }}/tag{{ config.system.param_sep }}{{ tag }}">{{ tag }}</a>
+          {% endfor %}
+        </div>
+
+      {% endfor %}
+
 </span>
 {% endif %}

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است