From 261b5e3e80d1e75fdcd042675154a82c2ce469fb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 5 Jul 2021 21:56:06 +0200 Subject: Added CV section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _layouts/default.html | 68 ++++----------------------------------------------- 1 file changed, 5 insertions(+), 63 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 5668661..4253035 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,69 +1,11 @@ - - - {% comment %} - - {% endcomment %} - {% if page.title %} - {% if page.title contains "titles." %} - {% capture title %}{{ site.title }} - {% t page.title %}{% endcapture %} - {% capture raw_title %}{% t page.title %}{% endcapture %} - {% else %} - {% capture title %}{{ site.title }} - {{ page.title }}{% endcapture %} - {% capture raw_title %}{{ page.title }}{% endcapture %} - {% endif %} - {% else %} - {% capture title %}{{ site.title }}{% endcapture %} - {% capture raw_title %}{% endcapture %} - {% endif %} - - {{ title }} - - - {% capture description %}{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}{% endcapture %} - - - {% comment %}{% endcomment %} - {% if site.lang == "ca" %} - - - - {% else %} - - - - {% endif %} - - - - {% render_type_tags %} - - {% comment %}{% endcomment %} - - - - - - {% render_og_image %} - - {% comment %}{% endcomment %} - - - {% comment %}{% endcomment %} - - - {% comment %}{% endcomment %} - - - + {% include title.html %} + {% include meta.html %} + {% include social.html %} + {% include assets.html %} + {% include feed.html %} {% include favicon.html %} -- cgit v1.2.3