diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-24 23:51:48 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-24 23:51:48 +0100 |
| commit | a82f0919d535ba5d86abfbe653bad8ba0fdcf51f (patch) | |
| tree | 7df1d0bc1898d52bcca159854da48524e95c548d /layouts/partials/footer.html | |
| parent | df5575079b87aeab1e1f14a6912ff3388f16e50a (diff) | |
More development
Diffstat (limited to 'layouts/partials/footer.html')
| -rw-r--r-- | layouts/partials/footer.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7c568ad..8ad681e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,11 +2,7 @@ <footer> <p> - Copyright (C) {{ .Date.Year }} Ariel Costas Guerrero. - Tots els drets reservats. - - Tots els continguts de aquest web estan sota llicència CC BY-SA 4.0, - per tant, es poden compartir i modificar, sempre que es reconegui la - autoria i es mantingui la mateixa llicència. - </span> + Copyright © {{ .Date.Year }} Ariel Costas Guerrero. Todos los derechos reservados.<br> + Cedido bajo licencia <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.es">CC BY-SA 4.0</a> salvo que se indique lo contrario. + </p> </footer>
\ No newline at end of file |
