From 79cd78e1c2e10261387560f752cb9bfedf1b1d0c Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 29 Aug 2025 14:15:28 -0400 Subject: projects: use nested blocks to define a list of links --- templates/project.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/project.html b/templates/project.html index 3be9125..e7b98e3 100644 --- a/templates/project.html +++ b/templates/project.html @@ -39,7 +39,9 @@
{{ putpage languages }}
- {{ putpage linklabel }} + {{ eachdo page.links }} + {{ put label }} + {{ endeachdo }}
-- cgit v1.2.3