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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/hobby.html')
-rw-r--r--layouts/partials/hobby.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/partials/hobby.html b/layouts/partials/hobby.html
index e2164f7..114c3d6 100644
--- a/layouts/partials/hobby.html
+++ b/layouts/partials/hobby.html
@@ -1,6 +1,4 @@
<h3>{{ .Site.Params.hobbies.title }}</h3>
-<ul class="list-unstyled" style="text-indent: 1.25em;">
- {{ range .Site.Params.hobbies.list }}
- <li>{{ .interest }}</li>
- {{ end }}
-</ul> \ No newline at end of file
+{{ range .Site.Params.hobbies.list }}
+<p class="ml-1">{{ .interest }}</p>
+{{ end }}