Skip to content

Commit 32b843e

Browse files
committed
issue #125 fixes invalid character in meta head.html
1 parent 43a6230 commit 32b843e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/head.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<head>
22
<meta charset="UTF-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<meta name=description
5-
content=Python Sprints is a non for profit group gathering coders who want to help improve open source projects using Python programming language.>
4+
<meta name="description"
5+
content="Python Sprints is a non for profit group gathering coders who want to help improve open source projects using Python programming language.">
66
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
77
<script src="{{ site.baseurl }}/static/js/on_load.js"></script>
88
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
@@ -25,4 +25,4 @@
2525
{{ site.title }}
2626
{% endif %}
2727
</title>
28-
</head>
28+
</head>

0 commit comments

Comments
 (0)