diff --git a/_config.yml b/_config.yml index b881b7a..0e26dfb 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,9 @@ tagline: decision-making for robotics # Support collapsible details/summary sections markdown: CommonMarkGhPages +# Uncomment this in a local setup, in order to test link compatibility with GitHub Pages +# baseurl: /base + commonmark: options: ["UNSAFE", "SMART", "FOOTNOTES"] extensions: ["strikethrough", "autolink", "table", "tagfilter"] diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 6704fac..b47ebdf 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -47,14 +47,14 @@

{{ page.description | default: site.description | de {% if page.url == "/" %} {% assign classes = "active" %} {% endif %} -
  • 🢄 Main
  • +
  • 🢄 Main
  • {% assign classes = "" %} {% if page.url == "/docs/Tutorial.html" %} {% assign classes = "active" %} {% endif %} -
  • ⌂ Tutorial Home
  • +
  • ⌂ Tutorial Home
  • {% for sitepage in site.pages %} @@ -64,7 +64,7 @@

    {{ page.description | default: site.description | de {% if page.url == sitepage.url %} {% assign classes = "active" %} {% endif %} -
  • {{ sitepage.menu_title }}
  • +
  • {{ sitepage.menu_title }}
  • {% endif %} {% endfor %}