From d45e9a38699bb7a74fa3945656c8f3609daf2254 Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 23 Oct 2023 15:23:34 -0300 Subject: [PATCH] DEV: add twitter and linkedin share button --- build.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 17e24dc..609aa04 100644 --- a/build.py +++ b/build.py @@ -36,7 +36,7 @@ def generate_for_entry(deploy_path, uid, entry): org = entry.get("repository_url", "").split("/")[-2] entry["org"] = org gh = string.Template( - """ + f"""
Repository:
@@ -44,6 +44,21 @@ def generate_for_entry(deploy_path, uid, entry):
* Source code may be subject to copyright, check with author for redistribution.
+ +
+ + +
+
+ +
""" ).safe_substitute(**entry) html.append(gh)