Minh-Hieu Pham
c4ca7ca486
feat: add extend_post_content.html hook partials for post sections ( #1846 )
...
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com >
2026-05-03 20:16:22 +05:30
Aditya Telange
0d26c357e1
style(translation_list): improve indentation and use .Param
2026-05-03 14:17:42 +05:30
Aditya Telange
ecd0d4f8f4
style(post_meta): adjust indentation for better readability
2026-05-03 14:17:42 +05:30
Aditya Telange
4bf8893adc
docs(footer): update credit message for Hugo and PaperMod in footer
2026-05-03 14:17:42 +05:30
Aditya Telange
30f865ef21
refactor(edit_post): improve edit post URL handling and readability
2026-05-03 14:17:42 +05:30
Aditya Telange
f82488f1f9
style(anchored_headings): refactor for better readability
2026-05-03 14:17:41 +05:30
Aditya Telange
e15621f499
style(header): reduce icon size for theme toggle buttons
2026-05-03 14:17:41 +05:30
Aditya Telange
8a1d813d2c
style(header): add separator styling for nav
2026-05-03 14:17:41 +05:30
Aditya Telange
1e01e41de0
style(author): adjust indentation for better readability
2026-05-03 14:17:41 +05:30
Aditya Telange
153ed24afe
style(breadcrumbs): add additional chevron icon for breadcrumb navigation
2026-05-03 14:17:41 +05:30
Aditya Telange
1027c7fc62
refactor(breadcrumbs): simplify breadcrumb generation using ancestors method
2026-05-03 14:17:40 +05:30
Aditya Telange
87de3fb024
Implement new template system added with Hugo v0.146.0 ( #1858 )
...
* feat(layouts): move all files in layouts/_default up to the layouts/ root.
* feat(layouts): rename layouts/partials folder to layouts/_partials
* feat(layouts): rename layouts/shortcodes folder to layouts/_shortcodes
* feat(taxonomy): add new taxonomy layout template
A template named taxonomy.html used to be a candidate for both Page kind term and taxonomy, now it’s only considered for taxonomy.
2026-05-02 21:25:30 +05:30