From 69cf8d2114219dccaf80a4e951857505407eb4d4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 7 Oct 2023 20:10:41 +0200 Subject: fix audio playing on front side --- anki-card-template/template.html.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anki-card-template/template.html.m4 b/anki-card-template/template.html.m4 index 8ad0795..362cb5a 100644 --- a/anki-card-template/template.html.m4 +++ b/anki-card-template/template.html.m4 @@ -11,7 +11,8 @@ include(`common.m4')dnl
{{Target word reading}} -{{ Audio }} +ifelse(CARD_SIDE(), `back', `{{ Audio }} +')dnl {{Target word translation}} -- cgit v1.2.3