Skip to content

Commit a90560e

Browse files
authored
Merge pull request #119 from zihanKuang/fix-svg-error
Fix: Resolve undefined variable "$svg" error in badge.html
2 parents 41b4954 + 9db6fc1 commit a90560e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/badge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name" $b.title
1212
"description" $b.description
1313
"label" $contentId
14-
"image_url" $svg
14+
"image_url" $image_url
1515
-}}
1616
{{- end -}}
1717

0 commit comments

Comments
 (0)