hugo-PaperMod/layouts/_default
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
..
_markup rm extra p tag from render-image hook 2021-03-16 13:29:53 +05:30
archives.html Add description to other layouts 2021-01-27 21:31:33 +05:30
baseof.html footer: allow disabling HLJS #143 2020-12-29 16:39:23 +05:30
index.json hide archives and search page from being searched 2021-01-30 12:53:14 +05:30
list.html Hide "..." in list pages when summary is not Truncated 2021-03-18 18:15:49 +05:30
search.html improve search 2021-02-07 21:40:27 +05:30
single.html Add option to show link in meta data for editing posts (#278) 2021-03-23 14:58:26 +05:30
terms.html Add description to other layouts 2021-01-27 21:31:33 +05:30