From 959ae519703e4e332438ac35451a6c023032463a Mon Sep 17 00:00:00 2001 From: Dan Livings Date: Mon, 23 Sep 2024 13:46:03 +0100 Subject: [PATCH] Fix missing organisation name in `h2` tag --- index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.njk b/index.njk index 3092cfc..d8a637d 100644 --- a/index.njk +++ b/index.njk @@ -20,7 +20,7 @@
-

{{ name }}

+

{{ org }}

{% if totalRepos === 1 %} There is 1 repository