fix(api): PDF renders About the Author page

Fixes #35
This commit is contained in:
TheOnlyWayUp
2024-12-26 14:45:33 +00:00
parent 0ce8ab1943
commit 5cfdc8f305
+1
View File
@@ -675,6 +675,7 @@ id="copyright-license-image">""".format(
else about_author.replace("{avatar}", "") else about_author.replace("{avatar}", "")
) )
self.template = about_author
return about_author return about_author
def generate_toc(self): def generate_toc(self):