diff options
author | tdro <tdro@noreply.example.com> | 2022-10-20 20:09:26 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-10-20 20:09:26 -0400 |
commit | e3e7444c2f1d190d73584e1dae17bb0e20b4635a (patch) | |
tree | e9ce00b5798986c8332e4dac4784c03cd404bb6a /themes/default/layouts/partials/following-list.html | |
parent | dfd3948104821c5daf388955977c2b101afe7b7b (diff) | |
download | canory-e3e7444c2f1d190d73584e1dae17bb0e20b4635a.tar.gz canory-e3e7444c2f1d190d73584e1dae17bb0e20b4635a.tar.bz2 canory-e3e7444c2f1d190d73584e1dae17bb0e20b4635a.zip |
themes/default/layouts/partials/generate-feeds: image -> favicon and raw -> markdown0.11.4
grep -lri "raw: " public/data/generates/content | xargs sed --in-place 's|raw: |markdown: |g'
grep -lri "image: " public/data/generates/content | xargs sed --in-place 's|image: |favicon: |g'
Diffstat (limited to 'themes/default/layouts/partials/following-list.html')
-rw-r--r-- | themes/default/layouts/partials/following-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/following-list.html b/themes/default/layouts/partials/following-list.html index 4f364d3..d638487 100644 --- a/themes/default/layouts/partials/following-list.html +++ b/themes/default/layouts/partials/following-list.html @@ -12,7 +12,7 @@ {{- $unique = $unique | append (dict "Domain" .Params.feed.domain - "Favicon" .Params.feed.image + "Favicon" .Params.feed.favicon "Home" .Params.feed.home "Name" .Params.feed.name ) |