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
..
2021-01-29 23:37:07 +05:30
2020-09-20 09:16:07 +05:30
2021-02-24 12:55:20 +05:30
2020-09-22 13:41:55 +05:30
2021-01-27 21:30:08 +05:30
2021-01-11 19:13:36 +05:30
2021-01-20 11:27:30 +05:30
2021-01-27 13:30:45 +05:30
2019-08-20 04:12:30 +08:00
2021-03-14 18:52:30 +05:30