2023-08-19 23:19:30 +02:00
|
|
|
{{ $background_footer := resources.Get "img/back-footer.jpg" }}
|
|
|
|
<footer style="background-image: url('{{ $background_footer.Permalink }}');">
|
|
|
|
<p>© 2023 {{ .Site.Title }} - Using Hugo theme <a href="https://github.com/Wivik/vinyl-records-collection-theme" target="_blank">Vinyl Records Library</a></p>
|
2023-08-19 22:37:41 +02:00
|
|
|
</footer>
|