Skip to content

components render link

Victor González-Pacheco edited this page Apr 17, 2025 · 1 revision

Render link components

Install Module

Add the following code to your module list in the config/_default/module.toml file.

[[imports]]
path = "github.com/gethugothemes/hugo-modules/components/render-link"

Implementation

add custom classes to your link with ?class= and add multiple classes with +.

[Github](https://github.com/?class=github-btn+another-class)

Clone this wiki locally