added option to add underline to title links

This commit is contained in:
Gabriele Musco 2021-12-13 11:09:21 +01:00
parent 867330290e
commit b07d16cbee
No known key found for this signature in database
GPG key ID: 0587A5D65B5DC99E
2 changed files with 5 additions and 1 deletions

View file

@ -186,7 +186,9 @@ h1, h2, h3, h4, h5, h6 {
font-family: "Symbols Nerd Font", $title_font;
a {
color: $accent_color;
border-bottom: none;
{{ if not (.Site.Params.underlineTitleLinks | default false) }}
border-bottom: none;
{{ end }}
}
}