Skip to content

Commit 3bc4408

Browse files
committed
feat: add copyright
1 parent 023854e commit 3bc4408

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

overrides/partials/copyright.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{#-
2+
This file was automatically generated - do not edit
3+
-#}
4+
<div class="md-copyright">
5+
{% if config.copyright %}
6+
<div class="md-copyright__highlight">
7+
{{ config.copyright }}
8+
</div>
9+
{% endif %}
10+
</div>

0 commit comments

Comments
 (0)