diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..efe0c53 --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,23 @@ +[page] +other = "Page" + +[of] +other = "of" + +[newer] +other = "Newer" + +[older] +other = "Older" + +[tagged] +other = "Tagged" + +[read_more] +other = "Read more..." + +[noteworthy_theme] +other = "Noteworthy theme" + +[built_with_hugo] +other = "Built with Hugo" diff --git a/i18n/it.toml b/i18n/it.toml new file mode 100644 index 0000000..6f51495 --- /dev/null +++ b/i18n/it.toml @@ -0,0 +1,23 @@ +[page] +other = "Pagina" + +[of] +other = "di" + +[newer] +other = "Successivi" + +[older] +other = "Precedenti" + +[tagged] +other = "Contrassegnato" + +[read_more] +other = "Continua a leggere..." + +[noteworthy_theme] +other = "Tema Noteworthy" + +[built_with_hugo] +other = "Realizzato con Hugo" diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index c86d136..5a35378 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,6 +1,6 @@ {{ define "main" }} -
{{ .Summary }}
{{ if (and (.Site.Params.showReadMore) (.Truncated)) }} - + {{ end }}