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/_lists.html')
-rw-r--r--layouts/partials/_lists.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/_lists.html b/layouts/partials/_lists.html
index ef84ed7..fe65d2e 100644
--- a/layouts/partials/_lists.html
+++ b/layouts/partials/_lists.html
@@ -3,10 +3,10 @@
{{ with . }}
<section id="section-{{ .Title | urlize }}">
<h2><i class="{{ .Icon }}"></i> {{ .Title }}</h2>
- <ul>
- {{ range .Items }}
- <li>{{ . }}</li>
- {{ end }}
+ <ul class="listsimple">
+ {{ range .Items }}
+ <li>{{ . }}</li>
+ {{ end }}
</ul>
</section>
{{ end }}