Skip to content

Commit 33636a5

Browse files
James BrundageJames Brundage
authored andcommitted
feat: WebSocket Website ( Fixes #19 )
Fixing output directory
1 parent dc1fd2f commit 33636a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/_includes/Copyright.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
© {% if page.copyright %}
2+
{{page.copyright}}
3+
{% elsif site.copyright %}
4+
{{site.copyright}}
5+
{% elsif site.data.PSModuleInfo.Copyright %}
6+
{{site.data.PSModuleInfo.Copyright}}
7+
{% else %}
8+
{{ site.time | date: '%Y' }} {{ site.author }}
9+
{% endif %}

0 commit comments

Comments
 (0)