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

_profile.html « partials « layouts - github.com/ineesalmeida/almeida-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65b34aa377391061d33d55c2d5295c5e73183894 (plain)
1
2
3
4
5
6
7
8
9
10
{{ if .Site.Data.content.Profile }}
<div id="profile" class="section">
    <div class="section__heading">
        <h2 class="section__title">Profile</h2>
    </div>
    <div class="section__content">
        <p>{{.Site.Data.content.Profile | safeHTML }}</p>
    </div>
</div>
{{ end }}