fix jekyll-seo title duplication

This commit is contained in:
2024-07-06 21:14:31 +01:00
parent dbaa34cfdd
commit 612017454f

View File

@@ -10,7 +10,7 @@ layout: compress
<link rel="icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="/assets/css/index.css">
<title>{{ page.title }}</title>
{% seo %}
{% seo title=false %}
</head>
<body>
<header>