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

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/interests.html')
-rw-r--r--layouts/partials/interests.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/interests.html b/layouts/partials/interests.html
new file mode 100644
index 0000000..04905e4
--- /dev/null
+++ b/layouts/partials/interests.html
@@ -0,0 +1,11 @@
+ <section class="skills-section py-3">
+
+ <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "interests" }}</h3>
+
+ <ul class="list-unstyled resume-interests-list mb-0">
+ {{ range .Site.Params.interests.list }}
+ <li class="mb-2">{{ .name }}</li>
+ {{ end }}
+ </ul>
+
+ </section><!--//certificates-section-->