Skip to content

Commit 879e2f8

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: PSJekyll.Template.Include.PSCmdlet ( Fixes #81 )
Updating pathing
1 parent 9e8dc0b commit 879e2f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/_includes/PSCmdlet.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
{% for cmdletName in site.data.PSModuleCmdletNames %}
2-
{% if site.pages | where: "url", "/{{cmdletName}}" %}
1+
{% for cmdletName in site.data.PSModule.CmdletNames %}
32
* [{{ cmdletName }}](/{{cmdletName}})
4-
{% else %}
5-
* {{ cmdletName }}
6-
{% endif %}
73
{% endfor %}

0 commit comments

Comments
 (0)