diff options
Diffstat (limited to 'src/srp')
-rw-r--r-- | src/srp/gsp/index.gsp | 12 |
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 { |