summaryrefslogtreecommitdiffci
path: root/internal/blog/index.go
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'internal/blog/index.go')
-rw-r--r--internal/blog/index.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/blog/index.go b/internal/blog/index.go
index 6c1a560..a09b59e 100644
--- a/internal/blog/index.go
+++ b/internal/blog/index.go
@@ -92,8 +92,9 @@ func (idx *Index) UnmarshalJSON(data []byte) error {
}
type MedleyEntry struct {
- Codename string `json:"codename"`
- Content []string `json:"content"`
+ Codename string `json:"codename"`
+ Localnames map[string]string `json:"localnames"`
+ Content []string `json:"content"`
}
type MedleyPageEntry struct {