Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.html « partials « layouts - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 323fe5d635aecc36f9f7e744ac0a7e0f08366bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                <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-->