diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/list.html | 3 | ||||
| -rw-r--r-- | layouts/partials/footer.html | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html deleted file mode 100644 index c1339be..0000000 --- a/layouts/_default/list.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} - {{ .Content }} -{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8ad681e..1d98e95 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,7 +2,7 @@ <footer> <p> - Copyright © {{ .Date.Year }} Ariel Costas Guerrero. Todos los derechos reservados.<br> + Copyright © 2023 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 |
