diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 21:59:40 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 21:59:40 -0400 | 
| commit | da2922f6c6c5a1e6a4b4527d86c7a340964741d1 (patch) | |
| tree | b598a0c460d930529b7cc3c6832457e17d27b008 /templates/project.html | |
| parent | 9e8f04760c066bb85e482f3db29f1b6e3c040642 (diff) | |
projects: languages->tags
Diffstat (limited to '')
| -rw-r--r-- | templates/project.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project.html b/templates/project.html index 6f6b958..42d9fc9 100644 --- a/templates/project.html +++ b/templates/project.html @@ -36,7 +36,7 @@                      <h1 class="text-5xl font-semibold">{{ putpage name }}</h1>                      <div>                          <h4 class="text-xl">{{ putpage description }}</h4> -                        <h6 class="text-center text-sm border-t-4 mt-2 py-1">{{ putpage languages }}</h6> +                        <h6 class="text-center text-sm border-t-4 mt-2 py-1">{{ putpage tags }}</h6>                      </div>                      {{ eachdo page.links }}  | 
