Add license footer to HTML output.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2e0bfd98ff
commit
56b3f1901a
|
@ -92,7 +92,14 @@ void write_html(ostream &out, const vector<entry_type> &entries)
|
|||
out << " </details>\n";
|
||||
}
|
||||
|
||||
out << " </body>\n</html>\n";
|
||||
out << R"(
|
||||
<p class="footer" style="text-align: right;">
|
||||
<a href="https://schlomp.space/FediBlock">Sourcecode</a> licensed under the
|
||||
<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-only</a>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
)";
|
||||
}
|
||||
|
||||
void copy_screenshots(const fs::path &directory)
|
||||
|
|
Reference in New Issue
Block a user