Skip to content

Commit 1108bc3

Browse files
committed
space b/w text and header
1 parent 06dfa60 commit 1108bc3

File tree

7 files changed

+7
-23
lines changed

7 files changed

+7
-23
lines changed

_includes/paper-list.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<section class="section">
21
<ul class="list">
32
{% for paper in site.papers %}
43
<li>
@@ -25,4 +24,3 @@ <h4 class="text-capitalize">{{ paper.title }}</h4>
2524
</li>
2625
{% endfor %}
2726
</ul>
28-
</section>

_includes/post-categories.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{% for category in site.categories %}
22
{% assign category_name = category | first %}
3-
<section class="section typeset">
43
<h2 id="{{ category_name | slugify }}">{{ category_name }}</h2>
54
<ul class="list list--posts">
65
{% for page in site.categories[category_name] %}
@@ -15,11 +14,9 @@ <h3><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h3>
1514
{% endfor %}
1615
</ul>
1716
{% unless forloop.last %}<hr/>{% endunless %}
18-
</section>
17+
1918
{% endfor %}
2019

2120
{% if has_categories != true %}
22-
<section class="section typeset">
2321
<p>There are no categorised posts</p>
24-
</section>
2522
{% endif %}

_includes/post-list.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if paginator.posts %}
2-
<section class="section typeset">
2+
33
<ul class="list list--posts">
44
{% for page in paginator.posts %}
55
<li class="item item--post">
@@ -14,9 +14,7 @@ <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2>
1414
{% endfor %}
1515
</ul>
1616
{% include post-pagination.html %}
17-
</section>
1817
{% else %}
19-
<section class="section typeset">
2018
<ul class="list list--posts">
2119
{% for page in site.posts %}
2220
<li class="item item--post">
@@ -30,5 +28,4 @@ <h2><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h2>
3028
</li>
3129
{% endfor %}
3230
</ul>
33-
</section>
3431
{% endif %}

_includes/site-aside.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
<aside class="aside typeset aside--{{ include.align | default: 'right' }}">
22

33
{% if page.layout == "post" %}
4-
<section class="section section--related-posts">
54
{% include post-related.html %}
6-
</section>
75

86
{% elsif page.layout == "page" or page.layout == "home" or page.layout == "blog" %}
9-
<section class="section section--description">
107
<h3>About this site</h3>
118
<p>{{ site.description }}</p>
129
{% include nav-social.html %}
13-
</section>
1410

1511
{% elsif page.layout == "categories" %}
16-
<section class="section section--category-index">
1712
<h3>Index</h3>
1813
{% include nav-categories.html %}
19-
</section>
2014

2115
{% endif %}
2216

_layouts/categories.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
<div class="content">
1010

11-
<article class="article article--page typeset">
11+
<!-- article class="article article--page typeset">
1212
13-
<!--h1>{{ page.title }}</h1-->
13+
<h1>{{ page.title }}</h1>
1414
1515
{{ content }}
1616
17-
</article>
17+
</article-->
1818

1919
{% include post-categories.html %}
2020

_layouts/team.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<main class="main container">
99

10-
<div class="content">
10+
<div id="team" class="content">
1111
<!-- Team Section -->
1212
<!--h2 class="section-heading">{{ page.title }}</h2-->
1313

@@ -16,7 +16,6 @@
1616
<h2 class="section-heading">People</h2>
1717
</div>
1818
</div-->
19-
<section id="team" class="section">
2019
{% for role in site.roles %}
2120
<div class="row">
2221
{% if role.r != "leader" %}
@@ -55,7 +54,6 @@ <h4>{{ member.name }}</h4>
5554
{% endfor %}
5655
</div>
5756
{% endfor %}
58-
</section>
5957
</div>
6058
{% if page.aside == true %}{% include site-aside.html %}{% endif %}
6159

contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ feature_text: |
99
---
1010

1111
If you're inquiring about open positions, send us an email at <s.e.verwer@tudelft.nl>.
12-
12+
<br/><br/><br/>
1313
##### Visting address:
1414

0 commit comments

Comments
 (0)