Skip to content

Commit 97a0f0c

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: PSJekyll.Template.IncludePSTypeName ( Fixes #87 )
Fixing data variable reference
1 parent e3b59d5 commit 97a0f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSJekyll.types.ps1xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ param()
19431943
param()
19441944

19451945
@"
1946-
{% for functionName in site.data.PSModuleFunctionNames %}
1946+
{% for functionName in site.data.PSExportTypeNames %}
19471947
{% if site.pages | where: "url", "/{{functionName}}" %}
19481948
* [{{ functionName }}](/{{functionName}})
19491949
{% else %}

0 commit comments

Comments
 (0)