Skip to content

Commit c2ac4af

Browse files
committed
test news
1 parent 1f91ee4 commit c2ac4af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_data/news.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- date: Apr 19, 2024
22
headline: Dr Wafa Johal gave a demo with Furhat at the opening of the Cremone Digital Hub.
33
img: demo_furhat.jpeg
4+
description: As part of the opening event of the Cremone Digital Hub.
45

56
- date: Apr 19, 2024
67
headline: Sarah Schombs receives the Diane Lemaire scholarship!

_pages/allnews.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ permalink: /allnews.html
1010

1111
<div class="well">
1212
{% for article in site.data.news %}
13-
<div class="row">
1413
<div class="col-sm-6">
1514
<p>{{ article.date }}<br/>
1615
{{ article.headline }}</p>
1716
</div>
18-
</div>
1917
{% endfor %}
2018
</div>
2119
<!--

0 commit comments

Comments
 (0)