Support providing custom buttons in about section (#611)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
@@ -45,6 +45,11 @@
|
|||||||
><button class="btn btn-dark">{{ i18n "resume"}}</button></a
|
><button class="btn btn-dark">{{ i18n "resume"}}</button></a
|
||||||
>
|
>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ range .resourceLinks }}
|
||||||
|
<a href="{{ .url | relURL }}" title="{{ .title }}" target="#"
|
||||||
|
><button class="btn btn-dark">{{ .title }}</button></a
|
||||||
|
>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<!-- soft skills circular-progressbar -->
|
<!-- soft skills circular-progressbar -->
|
||||||
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
<div class="col-sm-6 pt-5 pl-md-4 pl-sm-3 pt-sm-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user