Skip to content

Commit 52bb316

Browse files
authored
Merge pull request #12 from hansjoergschurr/gh-pages
Add me and fix capitalization on first page
2 parents db5d295 + 5120643 commit 52bb316

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

_layouts/about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ <h1 class="post-title">
4343

4444
<!-- News -->
4545
{% if page.news and site.announcements.enabled -%}
46-
<h2><a href="{{ '/news/' | relative_url }}" style="color: inherit;">news</a></h2>
46+
<h2><a href="{{ '/news/' | relative_url }}" style="color: inherit;">News</a></h2>
4747
{%- include news.html limit=true %}
4848
{%- endif %}
4949

5050
<!-- Latest posts -->
5151
{% if page.latest_posts -%}
52-
<h2><a href="{{ '/blog/' | relative_url }}" style="color: inherit;">latest posts</a></h2>
52+
<h2><a href="{{ '/blog/' | relative_url }}" style="color: inherit;">Latest Posts</a></h2>
5353
{%- include latest_posts.html %}
5454
{%- endif %}
5555

5656
<!-- Selected papers -->
5757
{% if page.selected_papers -%}
58-
<h2><a href="{{ '/publications/' | relative_url }}" style="color: inherit;">selected publications</a></h2>
58+
<h2><a href="{{ '/publications/' | relative_url }}" style="color: inherit;">Selected Publications</a></h2>
5959
{%- include selected_papers.html %}
6060
{%- endif %}
6161

_members/hans.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_members/hansjoerg.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Hans-Jörg Schurr
3+
pronouns: he/him
4+
role: Research Scientist
5+
subrole: Postdoctoral Scholar and Adjunct Assistant Professor
6+
interests: Cheesy power metal
7+
email: hansjoerg-schurr@uiowa.edu
8+
website: https://schurr.io
9+
photo: hansjoerg.jpg
10+
layout: member
11+
subpath: '/assets/img/'
12+
---
13+
<!-- Write anything else here and it will be printed. -->

assets/img/hansjoerg.jpg

363 KB
Loading

0 commit comments

Comments
 (0)