remove row cat+ catmultiple

This commit is contained in:
2018-08-27 14:50:40 +02:00
parent ee476d4c59
commit febd794621
18 changed files with 32 additions and 68 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

+1 -1
View File
@@ -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":195}
{"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":220}
+1 -1
View File
@@ -1 +1 @@
{"08-2018":1677}
{"08-2018":1702}
+1 -1
View File
@@ -1 +1 @@
{"\/":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}
{"\/":819,"\/projets":99,"\/news":147,"\/a-propros":57,"\/projets-n-1":1,"\/projets\/projets-n-1":514,"\/projets\/projet-n-2":43,"\/projets\/projets-n-2":5,"\/projets\/projets-n":17}
+1 -1
View File
@@ -1 +1 @@
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1535373240}
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1535374219}
@@ -2,31 +2,11 @@
title: 'Projets N°1'
media_order: 'Airbag_2.jpg,Airbag_2.jpg,nv_ivry_w.jpg'
taxonomy:
category:
- 'Catégorie 1'
- 'catégorie 2'
tag:
- clouds
- train
- 'urban space'
- commissions
- 'Catégorie 3'
- 'Catégorie 4'
- 'Catégorie 5'
- 'Catégorie 6'
- 'Catégorie 7'
- 'Catégorie 8'
- 'Catégorie 9'
- 'Catégorie 10'
- 'Catégorie 11'
- 'Catégorie 12'
- 'Catégorie 13'
- 'Catégorie 14'
- 'Catégorie 15'
- 'Catégorie 16'
- 'Catégorie 17'
- 'Catégorie 18'
- Catégorie19
continue_link: true
---
+3 -1
View File
@@ -3,7 +3,9 @@ title: 'projet n°2'
media_order: 'Cloud Crash Airbag.jpg'
taxonomy:
tag:
- 'cat 3'
- clouds
- train
- 'urban space'
continue_link: true
---
+2 -5
View File
@@ -2,12 +2,9 @@
title: 'Projets N°2'
media_order: 'Airbag_2.jpg,Airbag_2.jpg,nv_ivry_w.jpg'
taxonomy:
category:
- 'Catégorie 1'
- 'catégorie 2'
tag:
- 'catégrie 1'
- 'cat 3'
- clouds
- train
continue_link: true
---
+2 -5
View File
@@ -2,12 +2,9 @@
title: 'Projets N°3'
media_order: 'Airbag_2.jpg,Airbag_2.jpg,nv_ivry_w.jpg'
taxonomy:
category:
- 'Catégorie 1'
- 'catégorie 2'
tag:
- 'catégrie 1'
- 'cat 3'
- 'urban space'
- commissions
continue_link: true
---
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4 -3
View File
@@ -92,6 +92,9 @@ header{
display: none;
}
ul.visible, ul.active{
border-left: 2px solid black;
border-bottom: 2px solid black;
background: white;
display: flex;
position: absolute;
top: 40px;
@@ -99,9 +102,7 @@ header{
width: auto;
z-index: 999;
a{
border-left: 2px solid black;
border-bottom: 2px solid black;
background: white;
display: flex;
width: auto;
height: 50px;
+3 -6
View File
@@ -67,18 +67,15 @@
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{
margin: 10px 30px;
}
}
}
}
}
}
@@ -1,15 +1,7 @@
{% if page.taxonomy.tag %}
<span class="tags">
{% 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 %}
{% 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 %}
</span>
{% endif %}