From 73a915189ace996d406131716f0ce42bf2a7192c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 06:47:13 +0200 Subject: Add a macro for references --- src/blog/windowing/index.gsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blog/windowing/index.gsp') diff --git a/src/blog/windowing/index.gsp b/src/blog/windowing/index.gsp index 4307ecb..285451e 100644 --- a/src/blog/windowing/index.gsp +++ b/src/blog/windowing/index.gsp @@ -56,7 +56,7 @@ html lang="en" { while launching a second application will cause the screen to be segmented into two halves, with one window taking up 50% of the screen on the left and another taking up 50% of the screen on the - right@sup{-1}. + right@sup{-MKREF(wm)}. } p {= @@ -73,7 +73,7 @@ html lang="en" { hr{} - aside data-ref="1" {= + aside data-ref="REF(wm)" {= This is very dependent on the window manager being used and the users configuration of it of course, but this holds in the general case in my personal experience. -- cgit v1.2.3