From e59a43c00d6f14faca3299f0b2db9326f556c14a Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Tue, 17 May 2022 22:00:09 +0530 Subject: [PATCH] Don't auto titlelify button text #842 --- layouts/partials/index_profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/index_profile.html b/layouts/partials/index_profile.html index 1bb2079f..515073e4 100644 --- a/layouts/partials/index_profile.html +++ b/layouts/partials/index_profile.html @@ -34,8 +34,8 @@ {{- with .buttons }}
{{- range . }} - - {{ .name | title }} + + {{ .name }} {{- end }}