Le framework HUGO utilisé pour créer son CV en 2 minutes
https://cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
296 B
11 lines
296 B
4 years ago
|
{{ if .Site.Data.content.Profile }}
|
||
|
<div id="profile" class="section">
|
||
|
<div class="section__heading">
|
||
|
<h2 class="section__title">Technicien DevOps</h2>
|
||
|
</div>
|
||
|
<div class="section__content">
|
||
|
<p>{{.Site.Data.content.Profile | safeHTML }}</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ end }}
|