aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials
AgeCommit message (Collapse)AuthorFilesLines
2022-12-21themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9tdro6-131/+41
By limiting to section. Add hugo option to version shortcode
2022-12-19themes/default/layouts/partials/pagination: Newer/Older Labeltdro1-61/+55
Simplify and flex wrap.
2022-12-16themes/default/layouts/_default/single: Add related contenttdro1-5/+6
Add related configuration. May need to soon optimize the templates..
2022-12-15themes/default/layouts/partials/styles-image-gradient: Extend to gallerytdro2-0/+21
2022-12-13themes/default/layouts/partials/following-list: No content message in both ↵tdro1-57/+59
conditions
2022-12-12themes/default/layouts/partials/function-generate-feeds: Remove markdown and ↵tdro1-2/+0
self No longer needed
2022-12-12themes/default/layouts/partials/following-list: Track from author's datatdro2-64/+68
Add last active time stamp
2022-12-12themes/default/layouts/partials/function-generate-feeds: Limit max file name ↵tdro1-1/+3
size 255 bytes
2022-12-12themes/default/layouts/partials/web-ring: Show message for no contenttdro1-1/+7
2022-12-12themes/default/layouts/partials/gallery-walk: Use mime typestdro2-57/+48
Try to avoid nil explosion with mime type guards/checks
2022-12-10themes/default/layouts/_default/rss.xml: Fix tag feedstdro1-0/+18
Increase discovery
2022-12-09themes/default/layouts/partials: Add user@host in select placestdro3-23/+37
2022-12-07themes/default/layouts/partials/meta-context-menu: Use card idtdro1-1/+1
To prevent duplicates
2022-12-07themes/default/layouts/partials/meta-view: Link to the feed canonical sourcetdro1-1/+1
Remove links in content
2022-12-06themes/default/layouts/partials: Consolidate the content filter into a functiontdro1-0/+10
2022-12-06themes/default/layouts/_default/sitemap.xml: Add schema and transform0.11.8tdro1-1/+2
Validate with schema. Switch to xml-data identifier attribute and adjust file name-spacing in configuration
2022-12-04themes/default/layouts/partials/base-head: Increase discoverytdro2-6/+34
By linking followed feeds
2022-12-04themes/default/layouts/partials/base-head: Add default style sheet nametdro1-5/+4
2022-12-03themes/default/layouts/partials/video-container.html: Add fetch warningtdro1-2/+3
2022-12-03themes/default/layouts/shortcodes/video.html: Default to self always0.11.7tdro1-3/+18
To avoid hotlinking by mistake. Support media start and end fragments (https://www.w3.org/TR/media-frags/) separately. Add remote parameter for offloading to source
2022-12-02themes/default/layouts/partials/function-caches-images: Avoid public path splittdro1-13/+9
Always ensure image target path
2022-12-01themes/default/layouts/partials/function-caches-images: Don't process on ↵tdro1-15/+14
cached just return Huh
2022-12-01themes/default/layouts/partials/function-generate-feeds: Source is always knowntdro1-9/+1
That was silly
2022-12-01themes/default/layouts/partials/function-generate-feeds: Trim retitletdro1-1/+1
2022-11-30themes/default/layouts/partials/base-head: Add feed discoverytdro1-0/+8
2022-11-28themes/default/layouts/partials/function-generate-feeds: Allow retitling feedstdro1-3/+7
By appending to data sequence: feeds: rss: - https://codeberg.org/tdro/canory.rss Canory
2022-11-28themes/default/layouts/partials/function-generate-feeds: Remove description ↵tdro1-1/+1
default placeholder
2022-11-22themes/default/layouts/partials/function-content: Ungreedy and avoid regex ↵tdro1-12/+4
injection Whoops, simplify block quote fixer with lazy regex search and avoid injection with standard replace
2022-11-21themes/default/layouts/partials/function-generate-feeds: Try to seek author ↵tdro1-0/+6
uri in atom Should be safe
2022-11-21themes/default/layouts/partials/function-generate-feeds: Set first link as ↵tdro1-0/+1
source home Might be able to simplify generation logic by looking into the link slices
2022-11-21themes/default/layouts/partials: Split favicon domain reference and fetch ↵tdro3-14/+30
action into separate functions To help with template reuse and analysis
2022-11-21themes/default/layouts: Use hashing algorithm consistentlytdro2-2/+2
Avoid using shuffle in short codes by appending .Ordinal value
2022-11-18themes/default/layouts/shortcodes: Generalize content warnings with disclose ↵tdro1-19/+0
short code
2022-11-16themes/default/layouts/partials/function-content: Blockquotes search multi ↵0.11.6tdro1-4/+9
line before single line Should cover majority of cases for now
2022-11-16themes/default/layouts/partials/function-content: Add inline modifiertdro1-1/+1
To match blockquotes accross multiple lines. Normalize blockquote font size.
2022-11-16themes/default/layouts/partials/function-content: Range over all blockquote ↵tdro1-15/+9
footers
2022-11-16themes/default/layouts/partials/function-content: Make block quotes easier ↵tdro1-0/+19
to write Remove footer since it's no longer needed
2022-11-14themes/default/layouts/partials/meta: Remove dead logictdro4-23/+10
Feed data self and markdown may no longer be needed
2022-11-08themes/default/layouts/_default/base: Make void element style consistenttdro2-11/+11
2022-11-08themes/default/layouts/partials/base-head: Replace hugo.Generator with markuptdro1-26/+26
Use XML conventions on void elements. Newer versions of the nu validator seem to be really pedantic about this, but this theme already mucks about in the XML namespace in a few places.
2022-11-03themes/default/layouts/partials/context-profile: Set explicit feed paramstdro1-2/+2
2022-10-31themes/default/layouts/partials/base-csp: Replace regular expression with ↵tdro1-22/+15
proper method
2022-10-26config: Overwrite and build expired0.11.5tdro3-10/+17
Remove xkcd from content security policy, no longer needed.
2022-10-21themes/default/layouts/partials/profile: micro-header-image -> ↵tdro1-2/+2
micro-header-banner Header image is a banner.
2022-10-20themes/default/layouts/partials/web-ring: Avoid extra markup with feed ↵tdro2-38/+40
function return
2022-10-20themes/default/layouts/partials/generate-feeds: image -> favicon and raw -> ↵0.11.4tdro5-8/+8
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-10-13themes/default/layouts/partials/profile-tabs: tab-list -> tab-bartdro1-4/+4
Add more specificity to nav elements and set up for adding more items to tab bar.
2022-10-12themes/default/layouts/partials/profile-tabs: Style anchor with draft attributetdro1-1/+1
2022-10-12themes/default/layouts/partials/card-unsafe: Header not allowedtdro1-2/+2
2022-10-11themes/default/layouts/partials/video-container: Don't leak <nil> into ↵tdro1-1/+5
source URL