falkon.sgorava.xyz/layouts/partials/footer.html
Juraj Oravec caffb5abb3
Add basic hugo site
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-04-28 09:04:21 +02:00

12 lines
470 B
HTML

<footer>
<div class="copyright"> The content of this website is licensed under <a href="https://creativecommons.org/licenses/by-nc/3.0/">CC BY-NC 3.0</a>. The <a href="https://git.sgorava.xyz/Websites/falkon.sgorava.xyz">code of this website</a> is under <a href="https://opensource.org/licenses/MIT">MIT</a> </div>
<div class="copyright"> Copyright @ Juraj Oravec {{ .Site.Params.year }}-{{ now.Year }} </div>
</footer>
</div> <!-- main -->
</body>
</html>