diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 14:15:28 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 14:15:28 -0400 |
| commit | 79cd78e1c2e10261387560f752cb9bfedf1b1d0c (patch) | |
| tree | 54b51c4e147308f8ef4c02fee7750f97c61b4194 /templates | |
| parent | 1c78adb301e6dbe46518a0da0688f1d9f0db698e (diff) | |
projects: use nested blocks to define a list of links
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/project.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <h6 class="text-center text-sm border-t-4 mt-2 py-1">{{ putpage languages }}</h6> </div> - <a href="{{ putpage link }}" target="_blank" class="button">{{ putpage linklabel }}</a> + {{ eachdo page.links }} + <a href="{{ put href }}" target="_blank" class="button">{{ put label }}</a> + {{ endeachdo }} </div> <div class="prose md:prose-lg lg:prose-2xl prose-pink prose-invert w-full max-w-256 pt-12"> |
