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

github.com/schmanat/hugo-highlights-theme.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.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/layouts/partials/skills.html b/layouts/partials/skills.html
deleted file mode 100644
index 1a8fa66..0000000
--- a/layouts/partials/skills.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{{ "<!-- Services -->" | safeHTML }}
- <section id="skills" class="main special">
- <div class="container">
- {{ if eq .Site.Params.backgroundpersection true }}
- <span class="image fit primary"><img src="images/{{ with .Site.Params.skill_list.picture }}{{ . }}{{ end }}" alt="" /></span>
- {{ end }}
- <div class="content">
- <header class="major">
- <h2>{{ with .Site.Params.skill_list.title}}{{ . | markdownify }}{{ end }}</h2>
- </header>
- <p>{{ with .Site.Params.skill_list.description}}{{ . | markdownify }}{{ end }}</p>
- <ul class="icons-grid">
- {{ range .Site.Params.skills }}
- <li>
- <span class="icon major {{ .icon }}"></span>
- <h3>{{ .title }}</h3>
- </li>
- {{ end }}
- </ul>
- </div>
- <a href="#infos" class="goto-next scrolly">{{ with .Site.Params.skill_list.buttontext }}{{ . | markdownify }}{{ end }}</a>
- </div>
- </section>