From 01ab47968c0b620f8012c0d2dc969f5788c0d581 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 13 Mar 2021 21:17:19 +0100 Subject: Add edit in Github link --- build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index 282b1f6d..27166721 100755 --- a/build.py +++ b/build.py @@ -91,7 +91,9 @@ def create_individual_posts(posts): """)) post_file.write(post.content) - post_file.write(textwrap.dedent(""" + post_file.write(textwrap.dedent(f""" + + => https://github.com/alexpdp7/gemini_blog/edit/master/content/{post.uri}.gmi Editar este post # Volver al inicio -- cgit v1.2.3