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 /projects/index.html | |
parent | 9e8f04760c066bb85e482f3db29f1b6e3c040642 (diff) |
projects: languages->tags
Diffstat (limited to 'projects/index.html')
-rw-r--r-- | projects/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/index.html b/projects/index.html index beb392c..e56466d 100644 --- a/projects/index.html +++ b/projects/index.html @@ -16,7 +16,7 @@ title = PROJECTS <p class="text-xl text-center text-wrap">{{ put description }}</p> </div> - <div class="text-center text-sm border-t-2 mt-3 py-1">{{ put languages }}</div> + <div class="text-center text-sm border-t-2 mt-3 py-1">{{ put tags }}</div> </a> {{ endeachdo }} |