Skip to content

Commit

Permalink
Merge pull request #10 from thomas-hiron/meta-description
Browse files Browse the repository at this point in the history
Added meta description in default layout
  • Loading branch information
benbalter authored Mar 23, 2017
2 parents 4188d7c + 6d45900 commit 23b528a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>{{ page.title | default: site.title }}</title>
<meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
Expand Down

0 comments on commit 23b528a

Please sign in to comment.