From 13a0ea3a290c17a5b881f00283dca2adef8822e3 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Fri, 23 Sep 2022 13:58:31 +0200 Subject: [PATCH 1/2] Add lessons from @frobnitzem --- feeds/other_lessons.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feeds/other_lessons.R b/feeds/other_lessons.R index 2caf64d06..56bbacdbb 100644 --- a/feeds/other_lessons.R +++ b/feeds/other_lessons.R @@ -44,7 +44,8 @@ check_repo_info <- function(.d, fields) { make_community_lessons_feed <- function(path, ...) { jsc <- get_org_topics("FZJ-JSC") - res <- dplyr::bind_rows(jsc) %>% + frobnitzem <- get_org_topics("frobnitzem") + res <- dplyr::bind_rows(jsc, frobnitzem) %>% dplyr::select(-private) %>% dplyr::filter(grepl("hpc-carpentry", github_topics)) %>% dplyr::filter(grepl("lesson", github_topics)) %>% From aa6e628b8b0c65564d29f61845279dd7f1bcb848 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Fri, 23 Sep 2022 14:03:41 +0200 Subject: [PATCH 2/2] Fix spelling --- _includes/expand-side-column | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/expand-side-column b/_includes/expand-side-column index 90c29874b..0f223a786 100644 --- a/_includes/expand-side-column +++ b/_includes/expand-side-column @@ -1,6 +1,6 @@ {% comment %} * when the side column with the tags is displayed, we need to make it -* as tall as the other side of the page, so the stickyness of the +* as tall as the other side of the page, so the stickiness of the * 'back to the top' works. This jQuery is activated when scrolling happens * and checks that the screen is 628px wide to change the height of the column {% endcomment %}