Skip to content

Commit

Permalink
Merge pull request #40 from roidelapluie/tools2
Browse files Browse the repository at this point in the history
Fix tools shortcode
  • Loading branch information
roidelapluie authored Feb 20, 2023
2 parents 7d02237 + 69f2880 commit c7ec529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/shortcodes/tools.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ul>
{{ range where .Site.RegularPages "Params.Tool" "!=" nil }}
<li><a href="{{ .Permalink }}">{{ .Params.Tool }}</a></li>
{{ end }}V
{{ end }}
</ul>

0 comments on commit c7ec529

Please sign in to comment.