home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 7a024ff07c6f11a2fc62b52956b1f9d4a2ea3550
parent f11d9c6e41cdedbbd2a125564d7af28024b320c8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  9 May 2022 15:58:10 +0200

www: add a mark macro

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mwww/vincent.demeester.fr/content/2022/random.org | 2+-
Mwww/vincent.demeester.fr/templates/2022.org | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/vincent.demeester.fr/content/2022/random.org b/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)}}}. diff --git a/www/vincent.demeester.fr/templates/2022.org b/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>@@