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="_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="_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="_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="_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="_blank" rel="noopener">GitGen</a> by Cybrkyd</p>
</div>
</body>
</html>"""