Skip to content

Commit 7f61446

Browse files
authored
Update bio.njk remove duplicate " (#323)
1 parent f5bcfab commit 7f61446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/bio.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="https://cdn.tailwindcss.com"></script>
88
<link rel="stylesheet" href="/assets/css/style.css">
99
</head>
10-
<body class="min-h-screen scroll-smooth bg-[var(--bg-page)] text-[var(--text-main)] transition-colors duration-300"">
10+
<body class="min-h-screen scroll-smooth bg-[var(--bg-page)] text-[var(--text-main)] transition-colors duration-300">
1111

1212
{% include "header.njk" %}
1313

0 commit comments

Comments
 (0)