소스 검색

add "charset: utf-8" to starter template (#966)

Basil Miturich 8 년 전
부모
커밋
2188512dbc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/_includes/getting-started.html

+ 2 - 1
docs/_includes/getting-started.html

@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
   <head>
+    <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Hello Bulma!</title>
     <link rel="stylesheet" href="{{ site.fontawesome }}">
@@ -18,4 +19,4 @@
     </div>
   </section>
   </body>
-</html>
+</html>