From e7d7c7b3b9760886c6812f1ba46cd60a2f7e7f56 Mon Sep 17 00:00:00 2001 From: hlageek <22201406+hlageek@users.noreply.github.com> Date: Sun, 19 May 2024 17:37:11 +0200 Subject: [PATCH] update --- docs/news.html | 3 ++- docs/search.json | 2 +- docs/styles.css | 6 ++++++ news.qmd | 3 ++- styles.css | 6 ++++++ 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/news.html b/docs/news.html index aa0f431..ef3b2de 100644 --- a/docs/news.html +++ b/docs/news.html @@ -146,7 +146,8 @@

News

diff --git a/docs/search.json b/docs/search.json index 0642e65..ff52ce6 100644 --- a/docs/search.json +++ b/docs/search.json @@ -354,7 +354,7 @@ "href": "news.html", "title": "News", "section": "", - "text": "New Requal release: Thuringothyris (v1.1.2) 2024-05-18" + "text": "New Requal release: Thuringothyris (v1.1.2). 2024-05-18\nMartin Hájek presented Requal at Sociological Coffee held by the Department of Sociology of the Faculty of Humanities, Charles University. 2024-05-16" }, { "objectID": "wiki/Log-Tab.html", diff --git a/docs/styles.css b/docs/styles.css index 847c9ea..72ca106 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -8,6 +8,12 @@ background-color:rgb(233, 242, 248); } +.news-date { + font-family: monospace; + font-size: small; + background: azure; +} + .figure-caption { display: none; } diff --git a/news.qmd b/news.qmd index 3de628c..3f4e4d8 100644 --- a/news.qmd +++ b/news.qmd @@ -2,4 +2,5 @@ title: "News" --- -- [New Requal release: Thuringothyris (v1.1.2)](https://github.com/RE-QDA/requal/discussions/145) 2024-05-18 \ No newline at end of file +- [New Requal release: Thuringothyris (v1.1.2)](https://github.com/RE-QDA/requal/discussions/145). [2024-05-18]{class="news-date"} +- Martin Hájek presented Requal at [Sociological Coffee](https://fhs.cuni.cz/FHS-1001.html?event=27829&lang=cz) held by the [Department of Sociology](https://fhs.cuni.cz/FHS-2497.html) of the Faculty of Humanities, Charles University. [2024-05-16]{class="news-date"} \ No newline at end of file diff --git a/styles.css b/styles.css index 847c9ea..72ca106 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,12 @@ background-color:rgb(233, 242, 248); } +.news-date { + font-family: monospace; + font-size: small; + background: azure; +} + .figure-caption { display: none; }