mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
abfdb54c92
Usage - in site config => Params: editPost: URL: "https://github.com/<path_to_repo>/content" Text: "Suggest Changes" # edit text appendFilePath: true # to append file path to Edit link - in front-matter vars => --- editPost: URL: "https://github.com/<path_to_repo>/content" Text: "Suggest Changes" # edit text appendFilePath: true # to append file path to Edit link --- - Front-matter vars overrides global ones
20 lines
321 B
YAML
20 lines
321 B
YAML
- id: prev_page
|
|
translation: "Vorherige Seite"
|
|
|
|
- id: next_page
|
|
translation: "Nächste Seite"
|
|
|
|
- id: read_time
|
|
translation:
|
|
one: "1 min"
|
|
other: "{{ .Count }} min"
|
|
|
|
- id: toc
|
|
translation: "Inhaltsverzeichnis"
|
|
|
|
- id: translations
|
|
translation: "Übersetzungen"
|
|
|
|
- id: edit_post
|
|
translation: "Bearbeiten"
|