Public Access
1
0

fix: update certifications to include expiration dates

This commit is contained in:
2025-08-11 22:59:09 -04:00
parent 7d58de70bc
commit 59fb872c39
2 changed files with 11 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ layout: "layout.njk"
<i class="fas fa-certificate icon text-yellow-400"></i>
<div>
<h4 class="font-bold text-white">{{ certification.name}}</h4>
<p class="text-gray-400">Earned: {{ certification.earned}}</p>
<p class="text-gray-400">Expires: {{ certification.expires}}</p>
</div>
</div>
{%- endfor -%}