Skip to content

Commit 5e86ef9

Browse files
committed
Fix validation warnings
1 parent 2778ce1 commit 5e86ef9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="ko">
33
<head>
44
<meta charset='utf-8' />
5-
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
66
<meta name="description" content="Ruby 한국어 문서 : " />
77
<meta name="viewport" content="width=device-width">
88
<link rel="alternate" type="application/atom+xml" title="{{ page.title }}" href="https://rubykr.github.io/feed.xml" />
@@ -40,7 +40,7 @@ <h2 id="project_tagline">
4040
<h2>Comments</h2>
4141

4242
<div id="disqus_thread"></div>
43-
<script type="text/javascript">
43+
<script>
4444
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
4545
var disqus_shortname = 'rubykr'; // required: replace example with your forum shortname
4646

@@ -63,6 +63,6 @@ <h2>Comments</h2>
6363
<p>Published with <a href="http://svperstarz.github.io/jekyll-docs-ko/">Jekyll</a></p>
6464
</footer>
6565
</div>
66-
<script src="javascripts/main.js" type="text/javascript"></script>
66+
<script src="javascripts/main.js"></script>
6767
</body>
6868
</html>

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ title: 루비 프로그래밍 언어 한국어 문서
156156

157157
## Links
158158

159-
- <a href="https://github.com/rubykr"><img src="https://img.shields.io/badge/%EB%A3%A8%EB%B9%84%EC%BD%94%EB%A6%AC%EC%95%84%20%EB%8B%A8%EC%B2%B4-010101?style=flat&logo=github&logoColor=white"/></a>
160-
- <a href="https://www.facebook.com/groups/rubykr"><img src="https://img.shields.io/badge/%EB%A3%A8%EB%B9%84%EC%BD%94%EB%A6%AC%EC%95%84%20%EA%B7%B8%EB%A3%B9-4267B2?style=flat&logo=facebook&logoColor=white"/></a>
161-
- <a href="https://discord.gg/uHQj7X68Mf"><img src="https://img.shields.io/badge/%EB%A3%A8%EB%B9%84%EC%BD%94%EB%A6%AC%EC%95%84%20%EC%82%AC%EC%9A%A9%EC%9E%90%EB%AA%A8%EC%9E%84-7289DA?style=flat&logo=discord&logoColor=white"/></a>
159+
- <a href="https://github.com/rubykr"><img src="https://img.shields.io/badge/%EB%A3%A8%EB%B9%84%EC%BD%94%EB%A6%AC%EC%95%84%20%EB%8B%A8%EC%B2%B4-010101?style=flat&logo=github&logoColor=white" alt=""/></a>
160+
- <a href="https://www.facebook.com/groups/rubykr"><img src="https://img.shields.io/badge/%EB%A3%A8%EB%B9%84%EC%BD%94%EB%A6%AC%EC%95%84%20%EA%B7%B8%EB%A3%B9-4267B2?style=flat&logo=facebook&logoColor=white" alt=""/></a>
161+
- <a href="https://discord.gg/uHQj7X68Mf"><img src="https://img.shields.io/badge/%EB%A3%A8%EB%B9%84%EC%BD%94%EB%A6%AC%EC%95%84%20%EC%82%AC%EC%9A%A9%EC%9E%90%EB%AA%A8%EC%9E%84-7289DA?style=flat&logo=discord&logoColor=white" alt=""/></a>

0 commit comments

Comments
 (0)