We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677bc59 commit c680d7aCopy full SHA for c680d7a
Types/PSJekyll.Template/Include.PSTag.md.ps1
@@ -1,7 +1,7 @@
1
param()
2
3
@"
4
-{% for tagName in site.data.PSModuleInfo.Tags %}
+{% for tagName in site.data.PSModule.Info.Tags %}
5
* [{{ tagName }}](https://www.powershellgallery.com/packages?q=Tags%3A%22{{tagName}}%22)
6
{% endfor %}
7
"@
0 commit comments