mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-01-30 22:57:55 +00:00
3bfcecb51c
As much as I avoid creating custom partials, it seem it is not possible with this component since it has gotten a bit bigger than I expected. The pagination component is a modified version of the internal pagination template but smarter. One of the major change is it will only apply ellipses if it has more than one page to skip. Also, it is easier to configure now that it is refactored to be one. Last but not least, it has comments. :)
30 lines
376 B
TOML
30 lines
376 B
TOML
# Content
|
|
[published_by]
|
|
other = "Authors"
|
|
|
|
[published_on]
|
|
other = "Created"
|
|
|
|
[updated_on]
|
|
other = "Updated"
|
|
|
|
[available_translations]
|
|
other = "Translations"
|
|
|
|
[table_of_contents]
|
|
other = "Table of contents"
|
|
|
|
|
|
# General
|
|
[and]
|
|
other = "and"
|
|
|
|
[back_to_home]
|
|
other = "Back to home"
|
|
|
|
[multilingual]
|
|
other = "Available in other languages"
|
|
|
|
[page_not_found]
|
|
other = "Page not found"
|