X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/blobdiff_plain/acb49f78a3c69a1bcb0c50e926e6a507a1ec1c3d..8c6a1a7dc06963440e23891673072ac33c9d9d20:/_includes/navbar.html diff --git a/_includes/navbar.html b/_includes/navbar.html index ff15ed1..d448185 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,12 +1,6 @@ {% comment %} - If previewing locally, site.root is set in _config_dev.yml. - If site.root is not set, assume we're viewing on the web. + Lesson navigation bar. {% endcomment %} -{% if site.root %} - {% assign root = site.root %} -{% else %} - {% assign root = site.github.url %} -{% endif %}