summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-02 15:14:47 +0300
committerPaul Buetow <paul@buetow.org>2025-08-02 15:14:47 +0300
commit92422207378b4579eeb8439bb38a27104d57c395 (patch)
tree9e855f106c2558e83cfa4e101e7034f3feb97aef
parent310ad64d1ad0b6e30a7dfaab0344dd78cabae463 (diff)
bump version...v0.7.4
-rw-r--r--internal/anki/apkg_generator.go6
-rw-r--r--internal/version.go2
2 files changed, 4 insertions, 4 deletions
diff --git a/internal/anki/apkg_generator.go b/internal/anki/apkg_generator.go
index 17ff608..7f0538e 100644
--- a/internal/anki/apkg_generator.go
+++ b/internal/anki/apkg_generator.go
@@ -442,6 +442,9 @@ func (g *APKGGenerator) getBackTemplate() string {
func (g *APKGGenerator) getReverseFrontTemplate() string {
return `<div class="front">
<div class="bulgarian">{{Bulgarian}}</div>
+{{#Audio}}
+{{Audio}}
+{{/Audio}}
</div>`
}
@@ -458,9 +461,6 @@ func (g *APKGGenerator) getReverseBackTemplate() string {
{{Image}}
</div>
{{/Image}}
-{{#Audio}}
-<div class="audio">{{Audio}}</div>
-{{/Audio}}
{{#Notes}}
<div class="notes">{{Notes}}</div>
{{/Notes}}
diff --git a/internal/version.go b/internal/version.go
index f4c9657..75223b8 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.7.3"
+const Version = "0.7.4"