mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 01:05:07 +02:00
c
This commit is contained in:
17
common.typ
17
common.typ
@@ -1,5 +1,3 @@
|
||||
#let alex_contact_url = "https://alex.vxcc.dev"
|
||||
|
||||
#let to-bool(str) = {
|
||||
if str == "true" {
|
||||
return true
|
||||
@@ -271,3 +269,18 @@ document.addEventListener('scroll', (event) => {
|
||||
}
|
||||
])
|
||||
}
|
||||
|
||||
#let people = (
|
||||
alex: (
|
||||
nick: "alex_s168",
|
||||
url: "https://alex.vxcc.dev"
|
||||
),
|
||||
ote: (
|
||||
nick: "otesunki",
|
||||
url: "https://512b.dev/ote/"
|
||||
),
|
||||
)
|
||||
|
||||
#let person(p) = {
|
||||
flink(p.url, p.nick)
|
||||
}
|
||||
|
Reference in New Issue
Block a user