mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 23:09:46 +00:00
16 lines
491 B
HTML
16 lines
491 B
HTML
|
|
<div class="resume-header">
|
|
|
|
<div class="row align-items-center">
|
|
|
|
{{ if .Site.Params.profile.enable }}
|
|
{{ partial "profile.html" . }}
|
|
{{ end }}
|
|
|
|
{{ if .Site.Params.contact.enable }}
|
|
{{ partial "contact.html" . }}
|
|
{{ end }}
|
|
|
|
</div><!--//row-->
|
|
|
|
</div><!--//resume-header-->
|