projet: améliore le projet

TODO! Explique un peu.

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2024-10-23 16:28:13 +02:00
parent 2687b0e0bc
commit 23a76531d9
Signed by: igor
GPG Key ID: 692D97C3D0228A99
4 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ example.html
example.pdf
test.*
release/
watched-files.txt

View File

@ -31,10 +31,11 @@ Au terme de cet atelier, vous serez en mesure de:
&nbsp;
:::{#licence}
![Logo de la licence CC BY-SA 4.0](../static/by-sa.svg) \
![Logo de la licence CC BY-SA 4.0][logo] \
[CC BY-SA 4.0][cc-by-sa] --- [Sources][sources]
:::
[logo]: ../static/by-sa.svg
[cc-by-sa]: https://creativecommons.org/licenses/by-sa/4.0/deed.fr "Texte de la licence en français"
[sources]: https://git.milhit.ch/igor/bunige-pagedjs-template

View File

@ -553,7 +553,7 @@
<text macro="url"/>
</else>
</choose>
<text variable="note"/>
<!-- <text variable="note"/> -->
<group display="right-inline">
<text macro="archive"/>
</group>

View File

@ -28,7 +28,7 @@
* bibliothèque de l'UNIGE. */
@top-right {
content: "";
background-image: url("./static/bibliotheque-logo.svg");
background-image: url("static/bibliotheque-logo.svg");
background-position: right;
background-repeat: no-repeat;
background-size: 25%;
@ -173,6 +173,12 @@
}
.footnote-ref {
text-decoration: none;
padding-left: 2px;
}
.footnote-back {
font-size: small;
text-decoration: none;
padding-left: .5em;
}
figure {