diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..527732638 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Declare files that must always have LF line endings on checkout so docker compose works on Windows +* eol=lf diff --git a/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html b/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html index 77d19456b..5fccc16e9 100644 --- a/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html +++ b/runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html @@ -34,7 +34,7 @@
{% if minimal_outside_links != 'True' %} - + {% else %} {% endif %} @@ -151,7 +151,7 @@ {% if minimal_outside_links != 'True' %}
  • Edit Profile
  • Change Password
  • -
  • Register
  • +
  • Register
  • {% endif %}
  • Login