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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2022-07-16 18:52:24 +0300
committerGitHub <noreply@github.com>2022-07-16 18:52:24 +0300
commitad3dee71c2035cc8948639fcf416abf6b8e00ec2 (patch)
tree8fb530ec047a5cdadaf6f8d21aaeacfdd34fbf55
parentbf6f63976b8e672e03b64927f9148a12cf7724a2 (diff)
Support providing custom buttons in about section (#611)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
-rw-r--r--layouts/partials/sections/about.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html
index eb2066a..713f830 100644
--- a/layouts/partials/sections/about.html
+++ b/layouts/partials/sections/about.html
@@ -45,6 +45,11 @@
><button class="btn btn-dark">{{ i18n "resume"}}</button></a
>
{{ end }}
+ {{ range .resourceLinks }}
+ <a href="{{ .url | relURL }}" title="{{ .title }}" target="#"
+ ><button class="btn btn-dark">{{ .title }}</button></a
+ >
+ {{ end }}
</div>
<!-- soft skills circular-progressbar -->
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">