Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ <h4>Un nuovo evento gratuito ogni mese per bambini e ragazzi, verifica il nostro
</div>
</main>

{{ partial "footer" . }}
{{ partial "footer" . }}
51 changes: 0 additions & 51 deletions layouts/partials/body-close.html

This file was deleted.

4 changes: 1 addition & 3 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<footer>
<a href="#" type="button" role="button" data-toggle="modal" data-target="#mailchimp-modal">Iscriviti alla nostra newsletter!</a>
<a href="https://codeclub.org/en/clubs/9592081b-bc35-4cce-9794-013d7348587a" target="_blank">Iscriviti alla nostra newsletter!</a>

<p class="copyright text-muted">{{ .Site.Params.copyright | default "&copy; All rights reserved. Powered by [Hugo](https://gohugo.io) and [Minimal](https://github.com/calintat/minimal)." | markdownify }}</p>
</footer>

{{ partial "body-close" . }}

</body>

</html>