Resume now displays on tab
This commit is contained in:
parent
b168b11902
commit
02719113c9
8 changed files with 35 additions and 15 deletions
6
layouts/resume/list.html
Normal file
6
layouts/resume/list.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{{ define "content" }}
|
||||
<section class="resume-page container">
|
||||
{{/* This will render the body of your _index.md */}}
|
||||
{{ .Content }}
|
||||
</section>
|
||||
{{ end }}
|
5
layouts/resume/single.html
Normal file
5
layouts/resume/single.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ define "content" }}
|
||||
<div class="resume-single container">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue