This commit is contained in:
parent
2edf501ff4
commit
600679557e
1 changed files with 6 additions and 4 deletions
|
@ -36,10 +36,12 @@
|
|||
{{ partial "nav.html" . }}
|
||||
{{ partial "social.html" . }}
|
||||
<div class="footer-copyright">
|
||||
©
|
||||
{{ now.Format "2006" }}
|
||||
{{ .Site.Params.authorName | markdownify }}, all rights reserved
|
||||
<br><p>Built by myco.systems</p>
|
||||
<p>
|
||||
©
|
||||
{{ now.Format "2006" }}
|
||||
{{ .Site.Params.authorName | markdownify }}, all rights reserved
|
||||
<br><a target="_blank" href="https://myco.systems">Built by myco.systems</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue