We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3f0d2 commit 9d52d74Copy full SHA for 9d52d74
themes/arm-design-system-hugo-theme/layouts/learning-paths/learningpathall.html
@@ -38,7 +38,8 @@
38
{{ with .Site.GetPage $thisdir}}
39
<h6 id="learning-path-title" class="u-margin-top-1/2" style="font-size:1em; font-weight: normal;">{{ .Params.Title }}</h6>
40
<!-- Author name hidden but availible for analytics -->
41
- <div hidden id="learning-path-author" data-author="{{.Params.author_primary}}"></div>
+ <div hidden id="learning-path-author"
42
+ data-author='{{ if reflect.IsSlice .Params.author }}{{ delimit .Params.author ", " }}{{ else }}{{ .Params.author }}{{ end }}'></div>
43
{{ end }}
44
45
0 commit comments