Skip to content

Commit d0f59b3

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: PSJekyll.Template.Include.PSAlias ( Fixes #80 )
Adjusting table alignment
1 parent 4ee297b commit d0f59b3

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
@@ -1883,7 +1883,7 @@ param()
18831883

18841884
@"
18851885
| Alias | Command |
1886-
|-|-|{% for alias in site.data.PSModule.Aliases %}
1886+
|:-|-:|{% for alias in site.data.PSModule.Aliases %}
18871887
|{{ alias.Name }}|[{{ alias.Definition }}](/{{alias.Definition}})|
18881888
{% endfor %}
18891889
"@

0 commit comments

Comments
 (0)