mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-07-23 23:01:04 -04:00
layout fr
This commit is contained in:
parent
65777895db
commit
05a1171289
14 changed files with 88 additions and 42 deletions
|
@ -7,6 +7,7 @@
|
|||
subtitle: none,
|
||||
category: none,
|
||||
backcoverinsidecontent: none,
|
||||
lang: none,
|
||||
content
|
||||
) = {
|
||||
|
||||
|
@ -43,18 +44,32 @@
|
|||
dy: -20pt,
|
||||
)[
|
||||
#set text(font: "Jost")
|
||||
#text(18pt)[Series: #category]
|
||||
#if lang == "en" [
|
||||
#text(18pt)[Series: #category]
|
||||
]
|
||||
#if lang == "fr" [
|
||||
#text(18pt)[Séries: #category]
|
||||
]
|
||||
]
|
||||
|
||||
]
|
||||
|
||||
// inside cover
|
||||
page()[
|
||||
#set align(center + bottom)
|
||||
#if lang == "en" [
|
||||
#set align(center + bottom)
|
||||
|
||||
#text()[This version of the zine was last edited on #lastediteddate. Visit anarsec.guide to see whether it has been updated since.]
|
||||
#text()[This version of the zine was last edited on #lastediteddate. Visit anarsec.guide to see whether it has been updated since.]
|
||||
|
||||
#text()[The dagger symbol #super[†] on a word means that there is a glossary entry for it. Ai ferri corti.]
|
||||
#text()[The dagger symbol #super[†] on a word means that there is a glossary entry for it. Ai ferri corti.]
|
||||
]
|
||||
#if lang == "fr" [
|
||||
#set align(center + bottom)
|
||||
|
||||
#text()[Cette version de la brochure a été modifiée pour la dernière fois le #lastediteddate. Visitez anarsec.guide/fr pour savoir si elle a été mise à jour depuis.]
|
||||
|
||||
#text()[Le symbole de dague #super[†] près d'un mot indique qu'une entrée existe dans le glossaire pour ce mot. Ai ferri corti.]
|
||||
]
|
||||
]
|
||||
|
||||
// set headings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue