Skip to content

Commit

Permalink
Merge pull request #9 from traction/development
Browse files Browse the repository at this point in the history
Minor SEO fixes.
  • Loading branch information
TheSeg authored Feb 24, 2017
2 parents 7d164e9 + 0ee2ed5 commit 06dd2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ gems:
- jekyll-seo-tag
title: TableMaths by Traction
description: Sanity check for table-based HTML emails.
facebook:
publisher: https://www.facebook.com/Tractionco/
twitter:
username: Traction
social:
Expand Down
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{page.title}}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="publisher" href="https://plus.google.com/117650829871636122363"/>
{% seo %}
{% seo title=false %}
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js" integrity="sha384-KgEy7s3ThYKule8wWiu2WJkm0AmJeSLkXku5PY5X8MhVgdm8K1ebsVRKHfNfWPrR" crossorigin="anonymous"></script>
<script src="assets/scripts/app.js"></script>
Expand Down

0 comments on commit 06dd2eb

Please sign in to comment.