Skip to content

Commit 5ad005e

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: PSJekyll.Template.Include.PSTypeName ( Fixes #87 )
Simplifying and fixing pathing
1 parent 0bc38ff commit 5ad005e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/_includes/PSTypeName.md

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

0 commit comments

Comments
 (0)