Skip to content

Commit

Permalink
📝 Adds SEO tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Aug 3, 2018
1 parent e38aadd commit 78b0139
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<html>
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% seo %}
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.1/litera/bootstrap.min.css" >
<title>Hey Guys</title>
<meta charset="utf-8">
Expand Down

0 comments on commit 78b0139

Please sign in to comment.