Proper Hugo Template Syntax Highlighting with go-html-template

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

A Trick To Remove Unwanted Whitespace After Links in Hugo

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

Remove Unnecessary Hugo Meta Tag to Keep HTML Lean

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

How to Disable CSS Animations and Transitions

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

2025-01-26 · [Updated 2025-03-01] · 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.