mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* Added information panel shortcodes (#437) * Added information panel shortcodes * Fixed dark mixin * Moved mixin location to correct location Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com> * Fix SCSS styling * Update generated files * Fix notice HTML * Fix Makefile * Rename JS file * Adsd emoji support for lang selectors * Fix notices and other things * Fix JS on template * Update example content * Update images * Update generated files * Fix netlify preview * Fix netlify preview build * Fix netlify theme path Co-authored-by: Jian Liew <jianloongliew@gmail.com>
46 lines
585 B
TOML
46 lines
585 B
TOML
[category]
|
|
other = "category"
|
|
|
|
[tag]
|
|
other = "tag"
|
|
|
|
[series]
|
|
other = "series"
|
|
|
|
[author]
|
|
other = "author"
|
|
|
|
[posts]
|
|
other = "posts"
|
|
|
|
[reading_time]
|
|
one = "One-minute read"
|
|
other = "{{ .Count }}-minute read"
|
|
|
|
[page_not_found]
|
|
other = "Page Not Found"
|
|
|
|
[page_does_not_exist]
|
|
other = "Sorry, this page does not exist."
|
|
|
|
[head_back]
|
|
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
|
|
|
|
[powered_by]
|
|
other = "Powered by"
|
|
|
|
[see_also]
|
|
other = "See also in"
|
|
|
|
[notice_warning]
|
|
other = "Warning"
|
|
|
|
[notice_tip]
|
|
other = "Tip"
|
|
|
|
[notice_note]
|
|
other = "Note"
|
|
|
|
[notice_info]
|
|
other = "Info"
|