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 dc1fd2f commit 33636a5Copy full SHA for 33636a5
docs/_includes/Copyright.html
@@ -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