mirror of
https://github.com/ineesalmeida/almeida-cv.git
synced 2025-01-18 10:50:25 +00:00
14 lines
No EOL
317 B
HTML
14 lines
No EOL
317 B
HTML
{{ 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}}
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{{ end }} |