Add see also section to posts footer (#152)

* Fix series list page title

* Add see also section to posts footer
This commit is contained in:
Joseph Ting
2019-03-11 20:21:14 +09:00
committed by Luiz F. A. de Prá
parent da6f9e1389
commit 27e83b1e5a
14 changed files with 48 additions and 6 deletions

View File

@@ -4,6 +4,9 @@ other = "category"
[tag]
other = "tag"
[series]
other = "series"
[reading_time]
one = "One minute read"
other = "{{ .Count }} minutes read"

View File

@@ -4,6 +4,9 @@ other = "categoria"
[tag]
other = "tag"
[series]
other = "séries"
[reading_time]
one = "Um minuto de leitura"
other = "{{ .Count }} minutos de leitura"