Skip to content

Commit cd36e6e

Browse files
fix(support): fix href for support includes
1 parent 5693c35 commit cd36e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_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)