Skip to content

Commit a48b85e

Browse files
fix: loading button
1 parent 3e6dd06 commit a48b85e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: themes/hugoplate/layouts/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,11 @@ <h3 class="h5 font-primary font-semibold">
129129
{{ end }}
130130
{{ end }}
131131
<!-- /Testimonials -->
132+
133+
<script>
134+
function load(url) {
135+
url = url.trim();
136+
return "course/?" + url;
137+
}
138+
</script>
132139
{{ end }}

0 commit comments

Comments
 (0)