From 999f7f9097485475c8d1fdea5c9a0b0e0025c5b2 Mon Sep 17 00:00:00 2001 From: Tommi Date: Mon, 29 Mar 2021 11:42:54 +0200 Subject: [PATCH] fix --- _data/press.csv | 4 ++-- pages/Press.md | 2 +- pages/it/Stampa.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/press.csv b/_data/press.csv index ba85e70..7fb69b7 100644 --- a/_data/press.csv +++ b/_data/press.csv @@ -1,2 +1,2 @@ -title,url,description,author,masthead,lang,format,date -,https://youtu.be/LFKmRWEqCTk?t=620,video intervista di Natale Ciappina a Tommi,mag zine,it,video,2021-03-12 +"title","url","description","author","masthead","lang","format","date" +"Intervista","https://youtu.be/LFKmRWEqCTk?t=620","video intervista di Natale Ciappina a Tommi","Natale Ciappina","mag zine","it","video","2021-03-12" \ No newline at end of file diff --git a/pages/Press.md b/pages/Press.md index 96a684b..9873eb5 100644 --- a/pages/Press.md +++ b/pages/Press.md @@ -25,7 +25,7 @@ A list of links to publications where quitsocialmedia appears: {% else %} 🇬🇧 {% endif %} - {{ article.title }}, {{ article.date | date_to_long_string }} + {{ article.title }} by {{ article.author }} on {{ article.amasthead }}, {{ article.date | date_to_long_string }} {% endfor %} diff --git a/pages/it/Stampa.md b/pages/it/Stampa.md index 9d2ccbc..ff8c64a 100644 --- a/pages/it/Stampa.md +++ b/pages/it/Stampa.md @@ -25,7 +25,7 @@ A list of links to publications where quitsocialmedia appears: {% else %} 🇬🇧 {% endif %} - {{ article.title }}, {{ article.date | date_to_long_string }} + {{ article.title }} di {{ article.author }} su {{ article.masthead }}, {{ article.date | date_to_long_string }} {% endfor %}