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

6
layouts/resume/list.html Normal file
View file

@ -0,0 +1,6 @@
{{ define "content" }}
<section class="resume-page container">
{{/* This will render the body of your _index.md */}}
{{ .Content }}
</section>
{{ end }}