Cybrkyd's Git Repositories

GitGen - commit: 0b46d5b

commit 0b46d5b3b897fe8724592728937c6248a7b008bf41c6e37cfda6022465f43e9c
author cybrkyd <noreply@cybrkyd.com> 2026-01-31 10:25:38 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-31 10:25:38 +0000

Commit Message

Footer text with link

📊 Diffstat

gitgen.py 10
1 files changed, 5 insertions(+), 5 deletions(-)

Diff

diff --git a/gitgen.py b/gitgen.py
index 318c60c..6c11867 100644
--- a/gitgen.py
+++ b/gitgen.py
@@ -365,7 +365,7 @@ class HTMLGenerator:
</div>
<div class="footer">
- <p>Made with GitGen by Cybrkyd</p>
+ <p>Made with <a href="https://git.cybrkyd.com/GitGen" target="&#95;blank" rel="noopener">GitGen</a> by Cybrkyd</p>
<p>Generated on {time_str}</p>
</div>
</body>
@@ -443,7 +443,7 @@ class HTMLGenerator:
</div>
<div class="footer">
- <p>Made with GitGen by Cybrkyd</p>
+ <p>Made with <a href="https://git.cybrkyd.com/GitGen" target="&#95;blank" rel="noopener">GitGen</a> by Cybrkyd</p>
</div>
</body>
</html>"""
@@ -541,7 +541,7 @@ class HTMLGenerator:
</div>
<div class="footer">
- <p>Made with GitGen by Cybrkyd</p>
+ <p>Made with <a href="https://git.cybrkyd.com/GitGen" target="&#95;blank" rel="noopener">GitGen</a> by Cybrkyd</p>
</div>
</body>
</html>""")
@@ -661,7 +661,7 @@ class HTMLGenerator:
</div>
<div class="footer">
- <p>Made with GitGen by Cybrkyd</p>
+ <p>Made with <a href="https://git.cybrkyd.com/GitGen" target="&#95;blank" rel="noopener">GitGen</a> by Cybrkyd</p>
</div>
</body>
</html>""")
@@ -861,7 +861,7 @@ class HTMLGenerator:
''' if commit_details.get('diff') else ''}
<div class="footer">
- <p>Made with GitGen by Cybrkyd</p>
+ <p>Made with <a href="https://git.cybrkyd.com/GitGen" target="&#95;blank" rel="noopener">GitGen</a> by Cybrkyd</p>
</div>
</body>
</html>"""