diff --git a/_includes/date-format.html b/_includes/date-format.html new file mode 100644 index 0000000..72127c2 --- /dev/null +++ b/_includes/date-format.html @@ -0,0 +1,4 @@ +{%- assign date_format = include.format | default: "%B %-d, %Y" -%} + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index db3ffd9..5fa71e5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ {% include head.html %} - + {{ content }} \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index aad54ed..4e9f0a2 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,32 +1,29 @@ - - -{% include head.html %} - -
-
-
-
-

Adrián Mato

-

Design Director at GitHub Copilot & startup investor.

-

- For the last 18+ years, I've designed digital products between Madrid, London and now, from - San Francisco. I also co-founded and later sold my company Erasmusu. -

-

- My career started as a Software Developer, but it soon became clear that my true passion was Design. - I love combining both skillsets to create products that fulfill a clear purpose. -

-
+--- +layout: default +--- +
+
+
+
+

Adrián Mato

+

Design Director at GitHub Copilot & startup investor.

+

+ For the last 18+ years, I've designed digital products between Madrid, London and now, from + San Francisco. I also co-founded and later sold my company Erasmusu. +

+

+ My career started as a Software Developer, but it soon became clear that my true passion was Design. + I love combining both skillsets to create products that fulfill a clear purpose. +

- - -
- {% include home-navigation.html %} - {% include home-work.html %} + + + +
+{% include home-navigation.html %} +{% include home-work.html %} - - - - + + diff --git a/_layouts/post.html b/_layouts/post.html index fe847dc..43580be 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,10 +5,7 @@