diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-27 16:00:54 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-27 16:00:54 +0100 |
commit | c0f41dd4c74ca4a12252103da0e6de296533e269 (patch) | |
tree | d81194f4b4f3818b71e3773325b0a5ad3478f510 /front-template.m4 | |
parent | 2cf87d7baeb0ec2b0221e2349989fd0b0967d26b (diff) |
add spoiler class for hiding sentence by default
Diffstat (limited to 'front-template.m4')
-rw-r--r-- | front-template.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/front-template.m4 b/front-template.m4 index 03acab0..bb1fdb9 100644 --- a/front-template.m4 +++ b/front-template.m4 @@ -1,5 +1,5 @@ <div class="card front"> -<span class="parse sentence foreign">{{Complete sentence}}</span> +<span id="sentence" class="parse foreign">{{Complete sentence}}</span> </div> <style>undivert(`card.min.css')</style> |