aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html12
-rw-r--r--layouts/partials/header.html1
2 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..7c568ad
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,12 @@
+<div role="none" aria-hidden="true" id="main-footer-separator"></div>
+
+<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>
+</footer> \ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..13b2722
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1 @@
+<h1>CostasDEV</h1> \ No newline at end of file