aboutsummaryrefslogtreecommitdiff
path: root/dhall/package.dhall
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-01-04 14:37:22 -0500
committerXe Iaso <me@christine.website>2023-01-04 14:37:22 -0500
commit351069d9f91edab96425bcd221858529acb7e08a (patch)
tree8d601372b5e67e6f129ff896204cdc97a49d8f3d /dhall/package.dhall
parentb96a44649a5cdf7609ebdc975a118c01cbd74b1a (diff)
downloadxesite-351069d9f91edab96425bcd221858529acb7e08a.tar.xz
xesite-351069d9f91edab96425bcd221858529acb7e08a.zip
implement pronouns support
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'dhall/package.dhall')
-rw-r--r--dhall/package.dhall6
1 files changed, 4 insertions, 2 deletions
diff --git a/dhall/package.dhall b/dhall/package.dhall
index 6a4d639..e1e6996 100644
--- a/dhall/package.dhall
+++ b/dhall/package.dhall
@@ -23,10 +23,11 @@ in Config::{
, title = "Aura"
, description = "PonyvilleFM live DJ recording bot"
}
- , Link::{
+ , Link::{
, url = "https://h.within.lgbt"
, title = "The h Programming Language"
- , description = "An esoteric programming language that compiles to WebAssembly"
+ , description =
+ "An esoteric programming language that compiles to WebAssembly"
}
, Link::{
, url = "https://github.com/Xe/olin"
@@ -80,4 +81,5 @@ in Config::{
, Link::{ url = "https://t.me/miamorecadenza", title = "Telegram" }
, Link::{ url = "irc://irc.libera.chat/#xeserv", title = "IRC" }
]
+ , pronouns = ./pronouns.dhall
}