Skip to content

Commit b1b730c

Browse files
committed
fix build
1 parent eae109c commit b1b730c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/github-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{ if not (in .Filename "/_vendor/") }}
99
<p class="flex items-center gap-1">
1010
<span class="icon-svg icon-sm">
11-
{{ partialCached "utils/svg.html" "theme/icons/edit.svg" }}
11+
{{ partial "utils/svg.html" "theme/icons/edit.svg" }}
1212
</span>
1313
<a class="link" rel="noopener"
1414
href="{{ site.Params.repo }}/edit/main/content/{{ .Path }}">{{- T "editPage" -}}

0 commit comments

Comments
 (0)