Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/blox/blox/resume-biography-3/block.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1 class="{{ $name_class }} font-black text-gray-900 dark:text-white leading-ti
{{ $target = "target=\"_blank\" rel=\"noopener\"" }}
{{ end }}
<a href="{{ $linkUrl | safeURL }}" {{ $target | safeHTMLAttr }}
aria-label="{{ $iconName }}"
aria-label="{{ $linkLabel | default (humanize (path.Base $iconName)) }}"
{{ if $linkLabel }} title="{{ $linkLabel }}"{{ end }}
class="w-12 h-12 flex items-center justify-center rounded-full bg-white dark:bg-gray-800 text-gray-600 dark:text-gray-400
shadow-md hover:shadow-xl hover:scale-110 hover:-translate-y-1
Expand Down