hugo-devresume-theme/layouts/partials/header.html

17 lines
491 B
HTML
Raw Permalink Normal View History

2019-11-06 16:18:55 +00:00
2019-11-03 18:18:08 +00:00
<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-->