fix jekyll-seo title duplication

This commit is contained in:
Tyler 2024-07-06 21:14:31 +01:00
parent dbaa34cfdd
commit 612017454f
Signed by: observer
GPG Key ID: 934A62C2C469FFAF

View File

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