Skip to content

Commit e2de079

Browse files
author
James Brundage
committed
fix: PSJekyll.Template.Include.PSCmdlet ( Fixes #81 )
Updating pathing
1 parent 270ca56 commit e2de079

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
param()
22

33
@"
4-
{% for cmdletName in site.data.PSModuleCmdletNames %}
5-
{% if site.pages | where: "url", "/{{cmdletName}}" %}
4+
{% for cmdletName in site.data.PSModule.CmdletNames %}
65
* [{{ cmdletName }}](/{{cmdletName}})
7-
{% else %}
8-
* {{ cmdletName }}
9-
{% endif %}
106
{% endfor %}
117
"@

0 commit comments

Comments
 (0)