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

gitlab.com/mertbakir/resume-a4.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.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/interests.html b/layouts/partials/interests.html
new file mode 100644
index 0000000..4f4b44c
--- /dev/null
+++ b/layouts/partials/interests.html
@@ -0,0 +1,8 @@
+<div class="section">
+ <h1 class="section-title">Interests</h1>
+ <div class="item">
+ {{ range .Site.Data.features.interests }}
+ <li>{{.}}</li>
+ {{ end }}
+ </div>
+</div> \ No newline at end of file