Commit Graph

3 Commits

Author SHA1 Message Date
Syphdias
abfdb54c92
Add option to show link in meta data for editing posts (#278)
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
2021-03-23 14:58:26 +05:30
Maurice Bauer
8933950217
i18n: Added missing german (de) translation (#147) 2020-12-23 13:09:20 +05:30
Chris Aumann
428e67d561 Add i18n support for German 2020-08-23 22:20:52 +05:30