Resume now displays on tab

This commit is contained in:
Sharwin24 2025-06-29 19:42:50 -05:00
parent b168b11902
commit 02719113c9
8 changed files with 35 additions and 15 deletions

View file

@ -0,0 +1,5 @@
{{ define "content" }}
<div class="resume-single container">
{{ .Content }}
</div>
{{ end }}