We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f91ee4 commit c2ac4afCopy full SHA for c2ac4af
_data/news.yml
@@ -1,6 +1,7 @@
1
- date: Apr 19, 2024
2
headline: Dr Wafa Johal gave a demo with Furhat at the opening of the Cremone Digital Hub.
3
img: demo_furhat.jpeg
4
+ description: As part of the opening event of the Cremone Digital Hub.
5
6
7
headline: Sarah Schombs receives the Diane Lemaire scholarship!
_pages/allnews.md
@@ -10,12 +10,10 @@ permalink: /allnews.html
10
11
<div class="well">
12
{% for article in site.data.news %}
13
- <div class="row">
14
<div class="col-sm-6">
15
<p>{{ article.date }}<br/>
16
{{ article.headline }}</p>
17
</div>
18
- </div>
19
{% endfor %}
20
21
<!--
0 commit comments