style: simplify post cards by removing hover titles and refine home page title logic
All checks were successful
Deploy Theme / deploy (push) Successful in 31s

This commit is contained in:
2026-02-21 09:45:59 +01:00
parent 9275601f07
commit 90c8d56e3c
2 changed files with 2 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{meta_title}}{{#is "index"}}{{@site.title}}{{else}}{{@site.title}}{{/is}}</title>
<title>{{#is "index"}}{{@site.title}}{{else}}{{meta_title}}{{@site.title}}{{/is}}</title>
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>