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

github.com/StaticMania/portio-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordnth <dickson.neoh@gmail.com>2022-01-14 06:06:18 +0300
committerdnth <dickson.neoh@gmail.com>2022-01-14 06:06:18 +0300
commit65f43bb6fb0eb67f7cb4e5e3a251f789f6d4e894 (patch)
tree69921808cfb9022f085f9d0a4a38426a757e5d7d
parentefbea690d277f6c15071ca76e8f5e0ac521c761a (diff)
add skills id
-rw-r--r--layouts/partials/skillSection.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/skillSection.html b/layouts/partials/skillSection.html
index 1bd58bc..49edafe 100644
--- a/layouts/partials/skillSection.html
+++ b/layouts/partials/skillSection.html
@@ -1,6 +1,6 @@
{{ with .Site.Data.skillSection }}
{{ if .enable }}
-<section class="section skill">
+<section class="section skill", id="skills>
<div class="skill__background_shape">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 600 600">
<defs>
@@ -58,4 +58,4 @@
</div>
</section>
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}