use global footer
This commit is contained in:
parent
88f417a9c1
commit
42086bfa47
3 changed files with 5 additions and 2 deletions
|
@ -19,6 +19,9 @@ class Config:
|
|||
les petits fichiers de quelques <code>ko</code> car je chiffre via \
|
||||
RSA 🙂.<br><br>Ne supportes que les fichiers ASCII."
|
||||
|
||||
# Footer of webpages
|
||||
footer = "NPNO"
|
||||
|
||||
# Directory name where the uploads are stored
|
||||
uploads_dir = "uploads"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
<p>NPNO</p>
|
||||
<p>{{ config.footer }}</p>
|
||||
</footer>
|
||||
|
||||
<script type="module" src="../js/download.js"></script>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
<p>NPNO</p>
|
||||
<p>{{ config.footer }}</p>
|
||||
</footer>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/node-forge@1.0.0/dist/forge.min.js"></script>
|
||||
|
|
Reference in a new issue