Skip to content

Commit

Permalink
Cleaning up the styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
avandeursen committed Dec 18, 2024
1 parent 65ca7cb commit ec8a855
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/news-feed.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if news != empty %}
<h5 class="news-header">{{ news-header }}</h5>
<h4 class="news-header">{{ news-header }}</h4>
{% for item in news reversed -%}
<div class="news-item">
<span class="news-item__date">
Expand Down
2 changes: 1 addition & 1 deletion _includes/projects.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h5>Projects</h5>
<h4>Projects</h4>
<ul>

{{ projects_collection.docs }}
Expand Down
2 changes: 1 addition & 1 deletion _includes/publications-list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if publications != empty %}
<!--h5 class="publications-header">{{ publications-header }}</h5-->
<h4 class="publications-header">{{ publications-header }}</h4>
<ol>
{% for item in publications reversed -%}
<li>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/track.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1>Track {{page.track-id}}: {{ page.title }}</h1>
{{ content }}

{% assign news = site.news | where_exp: "item", "item.tracks contains page.track-id" %}
{% assign news-header = "Track news" %}
{% assign news-header = "Track News" %}
{% include news-feed.html %}

{% assign publications = site.data.publications | where_exp: "item", "item.tracks contains page.track-id" %}
Expand Down
2 changes: 1 addition & 1 deletion _news/2024-10-01_Yuri_newPhD.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: news-item
date: 2024-10-01
title: "Yuri started as a new PhD student in Track 5"
title: "Yuri Noviello started as a new PhD student in Track 5"
tracks: [5]
---

Expand Down
2 changes: 0 additions & 2 deletions publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ layout: default
title: AI4SE Publications
---

# Publications

{% assign publications-header = "AI4SE publications" %}
{% assign publications = site.data.publications %}
{% include publications-list.html %}
2 changes: 1 addition & 1 deletion tracks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: Research Tracks
---

# AI4SE Tracks
#### AI4SE Tracks

{% for track in site.tracks -%}

Expand Down

0 comments on commit ec8a855

Please sign in to comment.