Skip to content

Commit

Permalink
fix(btn-link): do not transform the URL via relURL
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 29, 2023
1 parent e2426de commit 0475e58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layouts/partials/bootstrap/btn-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
{{- $external = false }}
{{- with .Page.GetPage $url }}
{{- $url = .RelPermalink }}
{{- else }}
{{- $url = relURL $url }}
{{- end }}
{{- end }}
{{- $classes := slice "btn" }}
Expand Down

0 comments on commit 0475e58

Please sign in to comment.