Skip to content

Commit

Permalink
fix: Fixing URL call with argument
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Feb 23, 2021
1 parent ea5028f commit 6d919d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ketchup/templates/ketchup.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ <h2 class="header small ellipsis">{{ .Name }}</h2>

<div class="ketchup__version">
<span>
<a href="{{ .URL }}">{{ .Versions.stable }}</a>
<a href="{{ .URL "stable" }}">{{ .Versions.stable }}</a>
</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion cmd/ketchup/templates/suggest.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="header small ellipsis">{{ .Name }}</h2>

<div class="ketchup__version">
<p class="no-margin padding">
<a href="{{ .URL }}">{{ .Versions.stable }}</a>
<a href="{{ .URL "stable" }}">{{ .Versions.stable }}</a>
</p>

<pre class="no-margin">stable</pre>
Expand Down

0 comments on commit 6d919d5

Please sign in to comment.