Proper Hugo Template Syntax Highlighting with go-html-template

Use go-html-template to properly highlight Hugo template code blocks.

2025-08-03 · [Updated 2025-08-30] · 330 words
A Trick To Remove Unwanted Whitespace After Links in Hugo

Use this shortcode to remove unwanted whitespace after links in Hugo.

2025-07-11 · [Updated 2025-08-30] · 637 words
Remove Unnecessary Hugo Meta Tag to Keep HTML Lean

Remove an unnecessary and auto-generated Hugo meta tag by setting disableHugoGeneratorInject to true.

2025-06-15 · [Updated 2025-08-30] · 125 words
How to Disable CSS Animations and Transitions

Disable CSS animations and transitions with a few lines of CSS.

2025-01-26 · [Updated 2025-08-30] · 245 words
Render HTML and CSS if JavaScript Is Disabled Using the `<noscript>` Tag

Render HTML and apply CSS styles if JavaScript is disabled.

Ruby on Rails: Enable File Downloads Using link_to

How to enable file downloads using the link_to helper.