Commit 7a024ff07c6f

Vincent Demeester <vincent@sbr.pm>
2022-05-09 15:58:10
www: add a mark macro
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f11d9c6
Changed files (2)
www
vincent.demeester.fr
content
templates
www/vincent.demeester.fr/content/2022/random.org
@@ -36,4 +36,4 @@
 and incrementally trying to achieve that. Also, /note/ that the redesign is very subtle
 as, the more I am looking at the current theme, the more most of it seems good enough for me.
 
-I am also making sure I keep an [[file:../sandbox.org][sandbox]] page always up-to-date.
+I am also making sure I keep an [[file:../sandbox.org][sandbox]] page always {{{mark(up-to-date)}}}.
www/vincent.demeester.fr/templates/2022.org
@@ -6,3 +6,4 @@
 #+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="/css/syntax.css" />
 #+HTML_HEAD_EXTRA: <link rel='icon' type='image/x-icon' href='/images/favicon.ico'/>
 #+HTML_HEAD_EXTRA: <meta name='viewport' content='width=device-width, initial-scale=1'>
+#+MACRO: mark @@html:<mark>$1</mark>@@