@@ -85,4 +85,4 @@
{{end}}
-{{ end }}
\ No newline at end of file
+{{ end }}
diff --git a/storia/storia.go b/storia/storia.go
index 679bbef..de06521 100644
--- a/storia/storia.go
+++ b/storia/storia.go
@@ -146,7 +146,7 @@ func withSpacers(events []*GenericEvent) []*GenericEvent {
func getDateYear(date string) int {
year, err := strconv.Atoi(strings.Split(date, "/")[0])
if err != nil {
- panic(err) // Tanto nel caso si nota in fase di sviluppo visto che "_content/storia.json" è statico
+ panic(err) // Tanto nel caso si nota in fase di sviluppo visto che "_content/storia.yaml" è statico
}
return year