diff options
| author | alex <alex@pdp7.net> | 2021-03-13 21:17:19 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2021-03-13 21:17:19 +0100 |
| commit | 01ab47968c0b620f8012c0d2dc969f5788c0d581 (patch) | |
| tree | b5884744edc540c08b397bf75ffb3e28c96cb481 /build.py | |
| parent | 5ecd412205fac326691decf2331b910bf6eae56a (diff) | |
Add edit in Github link
Diffstat (limited to 'build.py')
| -rwxr-xr-x | build.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
