diff --git a/internal/website/_layouts/default.html b/internal/website/_layouts/default.html index e90eca03..b1b9749a 100644 --- a/internal/website/_layouts/default.html +++ b/internal/website/_layouts/default.html @@ -62,6 +62,7 @@ Docs + Search GitHub Home @@ -85,7 +86,7 @@ {% assign docs_root = site.baseurl | append: '/' %} {% if page.url != docs_root and page.url contains docs_root %} - Docs + Docs {% capture path_acc %}/docs{% endcapture %} {% for c in crumbs %} {% if forloop.index0 > 1 and c != '' %} @@ -105,12 +106,12 @@ {% if current_index != -1 %} - - Docs - Search - GitHub - Home - + + {% if current_index > 0 %} + {% assign prev_url = order[current_index | minus: 1] %} + ← Previous + {% endif %} + {% assign next_index = current_index | plus: 1 %} {% if next_index < order.size %} @@ -124,7 +125,7 @@