Skip to content

Commit 2b294e9

Browse files
committed
banner title
1 parent 6f05a2e commit 2b294e9

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

_layouts/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="content">
1010

11-
<h2 class="section-heading">{{ page.title }}</h2>
11+
<!--h2 class="section-heading">{{ page.title }}</h2-->
1212
<!--article class="article article--page typeset">
1313
1414
{% if paginator.posts %}

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="content">
1010
<!-- Team Section -->
11-
<h2 class="section-heading">{{ page.title }}</h2>
11+
<!--h2 class="section-heading">{{ page.title }}</h2-->
1212

1313
<section class="section typeset">
1414

_layouts/paper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="content">
1010

11-
<h2 class="section-heading">{{ page.title }}</h2>
11+
<!--h2 class="section-heading">{{ page.title }}</h2-->
1212
<!--article class="article article--page typeset">
1313
1414
{% if paginator.posts %}

_layouts/post.html

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

99
<article class="article article--post content typeset">
1010

11-
<h1>{{ page.title }}</h1>
11+
<h2>{{ page.title }}</h2>
1212
{% include post-meta.html %}
1313
{{ content }}
1414

15-
{% include nav-share.html %}
1615

17-
{% include post-comments.html %}
1816

1917
</article>
2018

_layouts/team.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<div class="content">
1111
<!-- Team Section -->
12-
<h2 class="section-heading">{{ page.title }}</h2>
12+
<!--h2 class="section-heading">{{ page.title }}</h2-->
1313

1414
<!--div class="row">
1515
<div class="col-lg-12 text-center">

contact.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
layout: page
33
logo: ../assets/TUD.png
44
feature_image: "https://picsum.photos/2560/600?image=866"
5-
title: Contact us
5+
feature_text: |
6+
# Contact
67
78
---
89

people.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: team
3-
title: People
43
logo: ../assets/TUD.png
54
feature_image: "https://picsum.photos/2560/600?image=866"
6-
5+
feature_text: |
6+
# People
77
---

projects/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: blog
3-
title: Research Projects
43
logo: ../assets/TUD.png
54
collectionpage: posts
5+
feature_text: |
6+
# Research Projects
67
---

publications/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: paper
3-
title: Recent Publications
43
logo: ../assets/TUD.png
54
collectionpage: papers
5+
feature_text: |
6+
# Recent Publications
67
---

0 commit comments

Comments
 (0)