aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html10
-rw-r--r--layouts/partials/header.html14
2 files changed, 16 insertions, 8 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 &copy; {{ .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
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 13b2722..55002b1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1 +1,13 @@
-<h1>CostasDEV</h1> \ No newline at end of file
+<header>
+ <h1>
+ <a href="{{ .Site.Home.RelPermalink }}">
+ CostasDEV
+ </a>
+ </h1>
+
+ <nav>
+ {{ range .Site.Home.Pages }}
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ {{ end }}
+ </nav>
+</header> \ No newline at end of file