Skip to content

Commit aacbeb7

Browse files
fix(support): fix href for support includes (#216)
1 parent 5693c35 commit aacbeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 class="fw-bolder">Support Center</h3>
1313
– Confucius.
1414
</p>
1515
<div class="input-group mb-2">
16-
<a href="support">
16+
<a href="{{ '/support' | relative_url }}">
1717
<button class="btn btn-outline-light rounded-0"
1818
id="button-support"
1919
type="button"

0 commit comments

Comments
 (0)