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

github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/_personaldata.html')
-rw-r--r--layouts/partials/_personaldata.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/_personaldata.html b/layouts/partials/_personaldata.html
index d4e0f78..45ce50e 100644
--- a/layouts/partials/_personaldata.html
+++ b/layouts/partials/_personaldata.html
@@ -2,8 +2,10 @@
{{ with $data }}
<section id="section-{{ .Title | urlize }}">
<h2><i class="{{ .Icon }}"></i> {{ .Title }}</h2>
- {{ range $data.Contacts }}
- <p><i class="{{ .Icon }}"></i> {{ .Name }}: {{ .Value }}</p>
- {{ end }}
+ <ul class="listspecial">
+ {{ range $data.Contacts }}
+ <li><strong><i class="{{ .Icon }}"></i> {{ .Name }}</strong>{{ .Value }}</p>
+ {{ end }}
+ </ul>
</section>
{{ end }}