From 1ab624bec6c8558ce25c874eb60fb3a090c10f0e Mon Sep 17 00:00:00 2001 From: Maya Raman Date: Mon, 9 Oct 2023 10:51:27 -0400 Subject: [PATCH] updated trailing slash (#637) --- themes/mongodb/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/mongodb/layout.html b/themes/mongodb/layout.html index 091cf271..3032cc79 100644 --- a/themes/mongodb/layout.html +++ b/themes/mongodb/layout.html @@ -16,7 +16,7 @@ {% if version is defined and version.startswith("v") %}{% set version_num = version[1:] %}{% endif %} {% if (version_num is defined) and (version_num|int != 0) %}Version {{ version_num }}{% else %}{{ version }}{% endif %} - ← Return to Documentation + ← Return to Documentation {% else %}