vinyl-records-collection-theme/layouts/partials/footer.html
2023-08-19 23:19:30 +02:00

4 lines
319 B
HTML

{{ $background_footer := resources.Get "img/back-footer.jpg" }}
<footer style="background-image: url('{{ $background_footer.Permalink }}');">
<p>&copy; 2023 {{ .Site.Title }} - Using Hugo theme <a href="https://github.com/Wivik/vinyl-records-collection-theme" target="_blank">Vinyl Records Library</a></p>
</footer>