File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% comment %}
2- This is adapated from: https://ricostacruz.com/til/relative-paths-in-jekyll
2+ This is adapted from: https://ricostacruz.com/til/relative-paths-in-jekyll
33
44`page.url` gives the URL of the current page with a leading /:
55
Original file line number Diff line number Diff line change 11{% comment %}
2- Javascript used in lesson and workshop pages.
2+ JavaScript used in lesson and workshop pages.
33{% endcomment %}
44< script src ="{{ relative_root_path }}/assets/js/jquery.min.js "> </ script >
55< script src ="{{ relative_root_path }}/assets/js/bootstrap.min.js "> </ script >
Original file line number Diff line number Diff line change 44</ p >
55< ul >
66 < li > automate repetitive, boring, error-prone tasks</ li >
7- < li > create, maintain and analyse sustainable and reusable data</ li >
7+ < li > create, maintain and analyze sustainable and reusable data</ li >
88 < li > work effectively with IT and systems colleagues</ li >
99 < li > better understand the use of software in research</ li >
1010 < li > and much more...</ li >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ $color-testimonial: #fc8dc1 !default;
4444.matlab , .language-matlab { @include cdSetup ($color-source ); }
4545.python , .language-python { @include cdSetup ($color-source ); }
4646.r , .language-r { @include cdSetup ($color-source ); }
47- .sql , .langauge -sql { @include cdSetup ($color-source ); }
47+ .sql , .language -sql { @include cdSetup ($color-source ); }
4848
4949.error pre ,
5050.output pre ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ knitr_fig_path <- function(prefix) {
2020 opts_chunk $ set(fig.path = new_path )
2121}
2222
23- # # We use the rmd- prefix for the figures generated by the lssons so
23+ # # We use the rmd- prefix for the figures generated by the lessons so
2424# # they can be easily identified and deleted by `make clean-rmd`. The
2525# # working directory when the lessons are generated is the root so the
2626# # figures need to be saved in fig/, but when the site is generated,
You can’t perform that action at this time.
0 commit comments