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/skills.html')
-rw-r--r--layouts/partials/skills.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/skills.html b/layouts/partials/skills.html
new file mode 100644
index 0000000..0321b99
--- /dev/null
+++ b/layouts/partials/skills.html
@@ -0,0 +1,8 @@
+<div class="section">
+ <h1 class="section-title">Skills</h1>
+ <div class="item">
+ {{ range .Site.Data.features.skills }}
+ <li>{{.}}</li>
+ {{ end }}
+ </div>
+</div> \ No newline at end of file