13 lines
345 B
HTML
13 lines
345 B
HTML
<div class="smallprint">
|
|
<h5>
|
|
© Copyright {{ 'now' | date: "%Y" }} by luk3yx. All rights reserved.
|
|
<br/>
|
|
<a href="https://github.com/luk3yx/luk3yx.github.io/issues">
|
|
Report an Issue</a>
|
|
|
|
|
<a href="{{ site.baseurl }}/contact.html">
|
|
Contact Me
|
|
</a>
|
|
</h5>
|
|
</div>
|