From dca7ebc07bda41c425a9e88c2304fd401c4099ab Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 2 Apr 2022 15:14:16 +0200 Subject: [PATCH] Make separator bar narrower for phones, add contact instructions --- build.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index f6b5e23..f979500 100755 --- a/build.py +++ b/build.py @@ -53,7 +53,7 @@ def create_index(posts): ## Hay otros como él, pero este es el mío """).lstrip()) - index.write("_" * 80) + index.write("_" * 40) index.write("\n") for post in posts[0:10]: @@ -79,6 +79,8 @@ def create_index(posts): => https://stackexchange.com/users/13361/alex Stack Exchange => https://farside.link/nitter/koalillo Twitter + Podéis escribirme cogiendo el dominio de esta web y cambiando el primer punto por una arroba. + # El resto... """)) @@ -102,6 +104,8 @@ def create_individual_posts(posts): => https://github.com/alexpdp7/gemini_blog/edit/master/content/{post.uri}.gmi Editar este post + Podéis escribirme cogiendo el dominio de esta web y cambiando el primer punto por una arroba. + # Volver al inicio => / El blog es mío -- 2.47.3