hugo-PaperMod/layouts
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
..
_default Add option to show link in meta data for editing posts (#278) 2021-03-23 14:58:26 +05:30
partials Add option to show link in meta data for editing posts (#278) 2021-03-23 14:58:26 +05:30
shortcodes Add support for rtl and ltr shortcodes (#293) 2021-03-22 16:47:40 +05:30
404.html update 404 to match baseof 2020-07-22 17:29:51 +05:30
robots.txt layouts: use hugo.IsProduction 2020-12-13 20:19:25 +05:30