Skip to content

Commit 270ca56

Browse files
author
James Brundage
committed
fix: PSJekyll.Template.Include.PSFunctions ( Fixes #78 )
Updating pathing
1 parent c680d7a commit 270ca56

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 functionName in site.data.PSModuleFunctionNames %}
5-
{% if site.pages | where: "url", "/{{functionName}}" %}
4+
{% for functionName in site.data.PSModule.FunctionNames %}
65
* [{{ functionName }}](/{{functionName}})
7-
{% else %}
8-
* {{ functionName }}
9-
{% endif %}
106
{% endfor %}
117
"@

0 commit comments

Comments
 (0)