mirror of
https://github.com/PacFactory/Docs-Exporter-Astro.git
synced 2025-12-20 02:31:04 -05:00
Update astro_docs_to_pdf.py
This commit is contained in:
@@ -49,7 +49,7 @@ Modified work Copyright (C) 2024 PacNPal
|
|||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License version 3.
|
it under the terms of the GNU Affero General Public License version 3.
|
||||||
Source code is available at: [Your Repository URL]
|
Source code is available at: https://github.com/PacFactory/Docs-Exporter-Astro
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def add_license_page(html_content):
|
def add_license_page(html_content):
|
||||||
@@ -60,7 +60,7 @@ def add_license_page(html_content):
|
|||||||
<pre style="white-space: pre-wrap; font-family: monospace;">
|
<pre style="white-space: pre-wrap; font-family: monospace;">
|
||||||
{get_license_notice()}
|
{get_license_notice()}
|
||||||
</pre>
|
</pre>
|
||||||
<p>Complete source code for this program is available at: [Your Repository URL]</p>
|
<p>Complete source code for this program is available at: https://github.com/PacFactory/Docs-Exporter-Astro</p>
|
||||||
<p>This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you
|
<p>This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you
|
||||||
are welcome to redistribute it under certain conditions. See the GNU Affero General
|
are welcome to redistribute it under certain conditions. See the GNU Affero General
|
||||||
Public License version 3 for details.</p>
|
Public License version 3 for details.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user