generated from ElnuDev/go-project
Handle multiple entries with same kanji
This commit is contained in:
parent
3965b59893
commit
395318b7f6
2 changed files with 29 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
{{ define "entry" }}
|
||||
<div class="box">
|
||||
<h3 lang="ja">
|
||||
<a href="/word/{{ .Kanji }}">
|
||||
<a href="/word/{{ .Key }}">
|
||||
{{- range .Furigana -}}
|
||||
{{- if .Furigana -}}
|
||||
<ruby>{{- .Kanji -}}<rp>(</rp><rt>{{- .Furigana -}}</rt><rp>)</rp></ruby>
|
||||
|
|
Reference in a new issue