From 89ad11d48c9da61cbc9140ed9b52709e66a66583 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Sat, 27 Mar 2021 14:15:38 -0300 Subject: Add url and replace absolute_url for prepend:site.baseurl --- _config.yml | 1 + _layouts/base.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 99648c3..d6b3c97 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ title: ~santisoler author: ~santisoler +url: https://texto-plano.xyz baseurl: /~santisoler # If you want to show posts excerpt on the home page set this to true diff --git a/_layouts/base.html b/_layouts/base.html index 838ed37..fb2ce17 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -3,16 +3,16 @@ {{ site.title }} - + - + @@ -31,7 +31,7 @@
  • -- cgit v1.2.3