site

personal website, served at mordaunt.dev/site
Log | Files | Refs

commit e2084e719d69e9ec1266eadcb42b5cad5ead3c9e
parent f2be8842164e68d40b9f30e6fd37f0f47df83aa2
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Wed, 16 Jul 2025 15:51:38 -0300

content/posts/hugo-svg-tricks.md: add description

Diffstat:
Mcontent/posts/hugo-svg-tricks.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/posts/hugo-svg-tricks.md b/content/posts/hugo-svg-tricks.md @@ -2,7 +2,7 @@ draft = false date = 2025-07-16T12:08:03-03:00 title = "Hugo SVG Tricks" -description = "" +description = "Styling SVG icons alongside font-awesome icons." slug = "" authors = ["Jack Mordaunt"] tags = ["hugo", "svg", "css"]