aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/following-list.html
AgeCommit message (Collapse)AuthorFilesLines
2022-12-21themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9tdro1-72/+8
By limiting to section. Add hugo option to version shortcode
2022-12-13themes/default/layouts/partials/following-list: No content message in both ↵tdro1-57/+59
conditions
2022-12-12themes/default/layouts/partials/following-list: Track from author's datatdro1-64/+67
Add last active time stamp
2022-10-20themes/default/layouts/partials/generate-feeds: image -> favicon and raw -> ↵0.11.4tdro1-1/+1
markdown 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'
2022-08-10themes/default/layouts/partials/generate-feeds: Try to resolve home linkstdro1-5/+9
Carefully..
2022-08-09themes/default/layouts/partials/following-list: Check name and domaintdro1-9/+9
For multi user feeds.
2022-08-09themes/default/layouts/partials/following-list: Ensure uniquenesstdro1-10/+27
Unique intersect on the domain only.
2022-08-09themes/default/layouts/partials/following-list: Resolve per feed imagestdro1-4/+5
2022-07-24themes/default/layouts/partials/following-list: Remove descriptiontdro1-3/+2
Since we cannot unique on certain keys. Descriptions can change arbitrarily and create uniqueness.
2022-07-24themes/default/layouts/partials: Add following asidetdro1-0/+53
Add basic following aside for now.