Skip to content

Commit bdd398d

Browse files
committed
fix: Add charset. 😅
1 parent d86fc0f commit bdd398d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎_src/index.njk‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="utf-8">
45
<title>April 9 is CSS Naked Day</title>
56
<link rel="icon" href="/favicon.ico">
67
{# <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900"> #}

‎_src/year.njk‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<!DOCTYPE html>
1212
<html>
1313
<head>
14+
<meta charset="utf-8">
1415
<title>CSS Naked Day {{ year }}</title>
1516
<link rel="icon" href="/favicon.ico">
1617
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo:900">

0 commit comments

Comments
 (0)