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
@@ -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 %}