falkon.sgorava.xyz/layouts/partials/footer.html
Juraj Oravec eb7e0aa978
Show copyright years only when the site is older
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-04-30 22:56:27 +02:00

12 lines
517 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 }}{{ if ne .Site.Params.year now.Year }}-{{ now.Year }}{{ end }} </div>
</footer>
</div> <!-- main -->
</body>
</html>