From 49db987679727aeea58138cb174ae27f119adc1b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 28 Oct 2023 15:00:55 +0200 Subject: Add an additional note --- src/srp/gsp/index.gsp | 12 ++++++------ 1 file 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{-} 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{-} + 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 { -- cgit v1.2.3