Don't auto titlelify button text #842

This commit is contained in:
Aditya Telange 2022-05-17 22:00:09 +05:30
parent 63e929cdad
commit e59a43c00d
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -34,8 +34,8 @@
{{- with .buttons }}
<div class="buttons">
{{- range . }}
<a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name | title }}">
<span class="button-inner">{{ .name | title }}</span>
<a class="button" href="{{ trim .url " " }}" rel="noopener" title="{{ .name }}">
<span class="button-inner">{{ .name }}</span>
</a>
{{- end }}
</div>