8 lines
No EOL
208 B
HTML
8 lines
No EOL
208 B
HTML
<div class="section">
|
|
<h1 class="section-title">{{ .Site.Params.title_as.about_me }}</h1>
|
|
<p>
|
|
{{ range .Site.Data.features.about }}
|
|
{{ .details }}
|
|
{{ end }}
|
|
</p>
|
|
</div> |