commit aaeb40265495388576c7cba60d2013a07782025e
parent dbbfa9dd2c999ac065a95c1e49a7120bd8f1c449
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun,  9 Apr 2023 13:39:47 +0200
Update age and copyright
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/_index.html b/content/_index.html
@@ -3,7 +3,7 @@
 <!-- description: Hello and welcome to my website! I'm Oscar Benedito and this is my corner of the Internet. -->
 
 <p>
-  Hello and welcome to my website! My name is Oscar Benedito and I am a 24-year-old from Barcelona.
+  Hello and welcome to my website! My name is Oscar Benedito and I am a 25-year-old from Barcelona.
   I enjoy tinkering with and customizing computers and I often undertake small software projects for
   personal use. When away from a computer, I like to do sport (the particular sport varies depending
   on the season and year) and I occasionally juggle. Last year I graduated in Mathematics and
diff --git a/layouts/base.html b/layouts/base.html
@@ -22,7 +22,7 @@
     {{ content }}
     <footer id="page-footer">
       <div class="content">
-        © 2019-2021 Oscar Benedito · <a href="https://git.oscarbenedito.com/oscarbenedito.com/">Source code</a> · <a href="/about/">About this site</a>
+        © 2019-2023 Oscar Benedito · <a href="https://git.oscarbenedito.com/oscarbenedito.com/">Source code</a> · <a href="/about/">About this site</a>
       </div>
     </footer>{{ _if extrafooter }}
     {{ extrafooter }}{{ _fi }}