Updated image handling to use Hugo's image processing for resizing cover images, which enhances performance by serving optimized images. Replaces direct image URL with resource-based URL.
Updated the meta description to use site parameters instead of page parameters for consistency. Added site-wide description to Twitter and Open Graph meta tags to enhance SEO and social media sharing. This ensures a uniform description across various platforms.
Introduced a custom link renderer in the default layout to create links with enhanced URL safety and behavior. Links now open in a new tab if they start with "http", and include a title attribute if provided. This ensures better user experience and security.
Simplified the assignment of the 'table_date' variable to ensure clearer readability and consistency across the price performance shortcodes. This change helps avoid potential reassignments within the same scope, ensuring the correct date is consistently used for display.
Added anchor tags to markdown headers for improved navigation.
Renamed 'Donate' section to 'Support' to better reflect its content.
Updated support and volunteer shortcodes to include IDs for better link targets.
Improves user experience by making links directly to specific sections work.
Updated the logic for Twitter and Open Graph image tags to use
the correct image URLs for "weekly" section posts. This ensures
that the cover images are correctly displayed on social platforms.