diff --git a/layouts/partials/indexProfile.html b/layouts/partials/indexProfile.html index 1e87acf1..b1c1ae79 100644 --- a/layouts/partials/indexProfile.html +++ b/layouts/partials/indexProfile.html @@ -10,7 +10,11 @@ {{- end }} {{- with .buttons }}
- {{- partial "indexProfileButtons.html" . }} + {{- range . -}} + + {{ .name }} + + {{- end -}}
{{- end }} diff --git a/layouts/partials/indexProfileButtons.html b/layouts/partials/indexProfileButtons.html deleted file mode 100644 index 84e42d2c..00000000 --- a/layouts/partials/indexProfileButtons.html +++ /dev/null @@ -1,5 +0,0 @@ -{{- range . -}} - - {{ .name }} - -{{- end -}} \ No newline at end of file