Skip to content

Commit

Permalink
Merge pull request #59 from hpc-carpentry/ocaisa-patch-1
Browse files Browse the repository at this point in the history
Add lessons from @frobnitzem
  • Loading branch information
annajiat authored Oct 29, 2022
2 parents 82e87e3 + aa6e628 commit c0551c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/expand-side-column
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down
3 changes: 2 additions & 1 deletion feeds/other_lessons.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)) %>%
Expand Down

0 comments on commit c0551c5

Please sign in to comment.