Skip to content

Commit

Permalink
fix: PSJekyll.Template.Include.Contributor ( Fixes #85 )
Browse files Browse the repository at this point in the history
Also adding /Contributors
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 9, 2024
1 parent 28b5672 commit a0fc87e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions PSJekyll.types.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,16 @@ if ($PaletteName) {



</Script>
</ScriptMethod>
<ScriptMethod>
<Name>Include.Contributor.md</Name>
<Script>
param()

"{% for contributor in site.github.contributors %}"
"* [{{ contributor.login }}]({{ contributor.html_url }})"
"{% endfor %}"
</Script>
</ScriptMethod>
<ScriptMethod>
Expand Down

0 comments on commit a0fc87e

Please sign in to comment.