mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2025-02-05 14:10:01 +00:00
16 lines
490 B
HTML
16 lines
490 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-->
|