aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/version.html
AgeCommit message (Collapse)AuthorFilesLines
2022-12-21themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9tdro1-1/+6
By limiting to section. Add hugo option to version shortcode
2022-12-06themes/default/layouts/_default/sitemap.xml: Add schema and transform0.11.8tdro1-1/+1
Validate with schema. Switch to xml-data identifier attribute and adjust file name-spacing in configuration
2022-12-03themes/default/layouts/shortcodes/video.html: Default to self always0.11.7tdro1-1/+1
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-11-16themes/default/layouts/partials/function-content: Make block quotes easier ↵tdro1-1/+1
to write Remove footer since it's no longer needed
2022-10-26config: Overwrite and build expired0.11.5tdro1-1/+1
Remove xkcd from content security policy, no longer needed.
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-10-10themes/default/layouts/partials/meta-name: Use home page feed link0.11.3tdro1-1/+1
If available. See previous commit for configuration change.
2022-10-06config: Add base-uri content security0.11.2tdro1-1/+1
See previous commit for configuration change.
2022-10-05assets/templates/author: blogtitle -> title0.11.1tdro1-1/+1
2022-09-08content/default: Adjust pseudo docs for new version0.11.0tdro1-1/+1
2022-08-02themes/default/layouts/shortcodes: Add version shortcodetdro1-0/+13