File tree Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Expand file tree Collapse file tree 7 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 1
- < section class ="section ">
2
1
< ul class ="list ">
3
2
{% for paper in site.papers %}
4
3
< li >
@@ -25,4 +24,3 @@ <h4 class="text-capitalize">{{ paper.title }}</h4>
25
24
</ li >
26
25
{% endfor %}
27
26
</ ul >
28
- </ section >
Original file line number Diff line number Diff line change 1
1
{% for category in site.categories %}
2
2
{% assign category_name = category | first %}
3
- < section class ="section typeset ">
4
3
< h2 id ="{{ category_name | slugify }} "> {{ category_name }}</ h2 >
5
4
< ul class ="list list--posts ">
6
5
{% for page in site.categories[category_name] %}
@@ -15,11 +14,9 @@ <h3><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h3>
15
14
{% endfor %}
16
15
</ ul >
17
16
{% unless forloop.last %}< hr /> {% endunless %}
18
- </ section >
17
+
19
18
{% endfor %}
20
19
21
20
{% if has_categories != true %}
22
- < section class ="section typeset ">
23
21
< p > There are no categorised posts</ p >
24
- </ section >
25
22
{% endif %}
Original file line number Diff line number Diff line change 1
1
{% if paginator.posts %}
2
- < section class =" section typeset " >
2
+
3
3
< ul class ="list list--posts ">
4
4
{% for page in paginator.posts %}
5
5
< li class ="item item--post ">
@@ -14,9 +14,7 @@ <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2>
14
14
{% endfor %}
15
15
</ ul >
16
16
{% include post-pagination.html %}
17
- </ section >
18
17
{% else %}
19
- < section class ="section typeset ">
20
18
< ul class ="list list--posts ">
21
19
{% for page in site.posts %}
22
20
< li class ="item item--post ">
@@ -30,5 +28,4 @@ <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2>
30
28
</ li >
31
29
{% endfor %}
32
30
</ ul >
33
- </ section >
34
31
{% endif %}
Original file line number Diff line number Diff line change 1
1
< aside class ="aside typeset aside--{{ include.align | default: 'right' }} ">
2
2
3
3
{% if page.layout == "post" %}
4
- < section class ="section section--related-posts ">
5
4
{% include post-related.html %}
6
- </ section >
7
5
8
6
{% elsif page.layout == "page" or page.layout == "home" or page.layout == "blog" %}
9
- < section class ="section section--description ">
10
7
< h3 > About this site</ h3 >
11
8
< p > {{ site.description }}</ p >
12
9
{% include nav-social.html %}
13
- </ section >
14
10
15
11
{% elsif page.layout == "categories" %}
16
- < section class ="section section--category-index ">
17
12
< h3 > Index</ h3 >
18
13
{% include nav-categories.html %}
19
- </ section >
20
14
21
15
{% endif %}
22
16
Original file line number Diff line number Diff line change 8
8
9
9
< div class ="content ">
10
10
11
- < article class ="article article--page typeset ">
11
+ <!-- article class="article article--page typeset">
12
12
13
- <!-- h1>{{ page.title }}</h1-- >
13
+ <h1>{{ page.title }}</h1>
14
14
15
15
{{ content }}
16
16
17
- </ article >
17
+ </article-- >
18
18
19
19
{% include post-categories.html %}
20
20
Original file line number Diff line number Diff line change 7
7
8
8
< main class ="main container ">
9
9
10
- < div class ="content ">
10
+ < div id =" team " class ="content ">
11
11
<!-- Team Section -->
12
12
<!--h2 class="section-heading">{{ page.title }}</h2-->
13
13
16
16
<h2 class="section-heading">People</h2>
17
17
</div>
18
18
</div-->
19
- < section id ="team " class ="section ">
20
19
{% for role in site.roles %}
21
20
< div class ="row ">
22
21
{% if role.r != "leader" %}
@@ -55,7 +54,6 @@ <h4>{{ member.name }}</h4>
55
54
{% endfor %}
56
55
</ div >
57
56
{% endfor %}
58
- </ section >
59
57
</ div >
60
58
{% if page.aside == true %}{% include site-aside.html %}{% endif %}
61
59
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ feature_text: |
9
9
---
10
10
11
11
If you're inquiring about open positions, send us an email at <s.e.verwer@tudelft.nl >.
12
-
12
+ < br />< br />< br />
13
13
##### Visting address:
14
14
You can’t perform that action at this time.
0 commit comments