Skip to content

Commit c0551c5

Browse files
authored
Merge pull request #59 from hpc-carpentry/ocaisa-patch-1
Add lessons from @frobnitzem
2 parents 82e87e3 + aa6e628 commit c0551c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/expand-side-column

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% comment %}
22
* when the side column with the tags is displayed, we need to make it
3-
* as tall as the other side of the page, so the stickyness of the
3+
* as tall as the other side of the page, so the stickiness of the
44
* 'back to the top' works. This jQuery is activated when scrolling happens
55
* and checks that the screen is 628px wide to change the height of the column
66
{% endcomment %}

feeds/other_lessons.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ check_repo_info <- function(.d, fields) {
4444

4545
make_community_lessons_feed <- function(path, ...) {
4646
jsc <- get_org_topics("FZJ-JSC")
47-
res <- dplyr::bind_rows(jsc) %>%
47+
frobnitzem <- get_org_topics("frobnitzem")
48+
res <- dplyr::bind_rows(jsc, frobnitzem) %>%
4849
dplyr::select(-private) %>%
4950
dplyr::filter(grepl("hpc-carpentry", github_topics)) %>%
5051
dplyr::filter(grepl("lesson", github_topics)) %>%

0 commit comments

Comments
 (0)