diff --git a/assets/css/header.css b/assets/css/header.css index 0263bd3e..e12814d8 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -38,4 +38,9 @@ .menu a { font-size: 16px; +} + +.menu .active { + font-weight: 500; + border-bottom: 2px solid currentColor; } \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c2cb5679..7253249f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -8,7 +8,7 @@
- {{- partialCached "header.html" . }} + {{- partialCached "header.html" . .Page}}