From d4da8e7e46c447dcdbc9d4682d0909080f50100e Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 14 Sep 2020 12:15:15 -0400
Subject: [PATCH] Update index.md

---
 index.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md
index d64392ed..c566e43e 100644
--- a/index.md
+++ b/index.md
@@ -14,8 +14,9 @@ Just the Docs gives your documentation a jumpstart with a responsive Jekyll them
 
 [Get started now](#getting-started){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } [View it on GitHub](https://github.com/pmarsceill/just-the-docs){: .btn .fs-5 .mb-4 .mb-md-0 }
 
-v{{ site.github.versions.just-the-docs }}
-
+{% for dep in site.github.versions %}
+  {{ dep }}: {{ dep.version }}
+{% endfor %}
 ---
 
 ## Getting started
-- 
GitLab