update most guides

This commit is contained in:
anarsec 2023-07-11 00:35:54 +00:00
parent be05046783
commit 3ce6491c8f
No known key found for this signature in database
21 changed files with 86 additions and 79 deletions

View file

@ -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