summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-28 15:00:55 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-28 15:00:55 +0200
commit49db987679727aeea58138cb174ae27f119adc1b (patch)
tree67bcf8e46cbd85465c089335b013d45045185129
parent4bba28809829e25eedf980d5cb5a58e95481c495 (diff)
Add an additional note
-rw-r--r--src/srp/gsp/index.gsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/srp/gsp/index.gsp b/src/srp/gsp/index.gsp
index 1c92235..0f48965 100644
--- a/src/srp/gsp/index.gsp
+++ b/src/srp/gsp/index.gsp
@@ -171,12 +171,12 @@ html lang="en" {
Templating and macros are also very easy via macro processors thanks to
the use of braces instead of whitespace-based scoping. You may have
noticed that I like to make use of abbreviations on this website that
- expand when hovered over. I do this via the m4_abbr(HTML)
- @code{-<abbr>} tag, providing the appropriate class. For example, many
- times on this very page I’ve made use of @code{-\@abbr .html {-HTML\}}.
- Obviously repeating that everywhere in my document can be quite
- annoying, so I’ve gotten around this by making use of the following
- @code{-m4} macro:
+ expand when hovered over (unless you’re on mobile, in which case you
+ might not see them). I do this via the m4_abbr(HTML) @code{-<abbr>}
+ tag, providing the appropriate class. For example, many times on this
+ very page I’ve made use of @code{-\@abbr .html {-HTML\}}. Obviously
+ repeating that everywhere in my document can be quite annoying, so I’ve
+ gotten around this by making use of the following @code{-m4} macro:
}
figure {