Skip to content

Commit 9e8dc0b

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/_includes/PSFunctions.md

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

0 commit comments

Comments
 (0)