From e730019a93bf6046962923c36d7b9ef1627a4efd Mon Sep 17 00:00:00 2001 From: John *Seg* Seggerson Date: Fri, 24 Feb 2017 15:07:29 -0800 Subject: [PATCH 1/3] * Adding Open Graph tags. --- _layouts/default.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_layouts/default.html b/_layouts/default.html index 8886a6e..37119ec 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,6 +6,14 @@ TableMaths by Traction + + + + + + + + From 031651fda1efa762c6a146b38ac5d71dee52c8e2 Mon Sep 17 00:00:00 2001 From: John *Seg* Seggerson Date: Fri, 24 Feb 2017 15:39:18 -0800 Subject: [PATCH 2/3] * Jekyll SEO gem & configuration. * Jekyll sitemap gem. --- _config.yml | 19 ++++++++++++++++++- _layouts/default.html | 9 +-------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index f07f2d8..c03f980 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,21 @@ repository: traction/TableMaths exclude: ['Readme.md','Gemfile*'] sass: - style: compressed + style: compressed +gems: + - jekyll-sitemap + - 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: + name: Traction + links: + - https://www.tractionco.com + - https://plus.google.com/117650829871636122363 + - https://twitter.com/Traction + - https://www.facebook.com/Tractionco + - https://www.linkedin.com/company/traction diff --git a/_layouts/default.html b/_layouts/default.html index 37119ec..8d38238 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,17 +3,10 @@ - TableMaths by Traction - - - - - - - + {% seo %} From ea87fdbeab5d023bfd81104e6565b9fb19713b1f Mon Sep 17 00:00:00 2001 From: John *Seg* Seggerson Date: Fri, 24 Feb 2017 15:42:14 -0800 Subject: [PATCH 3/3] * Adding @TheSeg to contributors list. --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8ffb294..e6cd6d4 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,10 @@

Compatibility

Currently tested in Firefox, Safari, and Chrome.

Authors

-

Gabriel Gilder

+

Release Notes