mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-07-24 07:11:06 -04:00
update most guides
This commit is contained in:
parent
be05046783
commit
3ce6491c8f
21 changed files with 86 additions and 79 deletions
|
@ -4,14 +4,15 @@
|
|||
backimage: none,
|
||||
lastediteddate: none,
|
||||
description: none,
|
||||
subtitle: none,
|
||||
content
|
||||
) = {
|
||||
// format links
|
||||
show link: it => {
|
||||
it.body
|
||||
if type(it.dest) == "string" {
|
||||
if it.dest.starts-with("https://") {
|
||||
footnote[#it.dest.trim("https://", at: start)]
|
||||
if it.dest.starts-with("https://") or it.dest.starts-with("http://") {
|
||||
footnote[#it.dest.trim("https://", at: start).trim("http://", at: start)]
|
||||
}
|
||||
else if it.dest.starts-with("/glossary#") or it.dest.starts-with("/glossary/#") {
|
||||
locate(location => {
|
||||
|
@ -41,6 +42,12 @@
|
|||
#image(frontimage)
|
||||
|
||||
#text(25pt, title)
|
||||
|
||||
#{
|
||||
if subtitle != "None" {
|
||||
text(18pt, subtitle)
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
// inside cover
|
||||
|
@ -49,7 +56,7 @@
|
|||
|
||||
#text()[This version of the zine was last edited on #lastediteddate. Visit anarsec.guide to see whether it has been updated since.]
|
||||
|
||||
#text()[This 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.]
|
||||
]
|
||||
|
||||
// table of contents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue