Commit Graph

558 Commits

Author SHA1 Message Date
Ben Balter d73dc77d3f Merge pull request #36 from benbalter/pr/default
Add `default` filter
2016-02-03 12:32:27 -05:00
Ben Balter 5ed2ab3d6c Merge pull request #44 from boturnbow/relative_image_tag
Make page.image url relative to site rather than absolute
2016-02-03 12:31:02 -05:00
Ben Balter 31dc2491c5 Merge pull request #43 from pathawks/pr/jekyll3
Update tests to work with Liquid 3
2016-02-03 12:30:16 -05:00
Bo Turnbow 244802ed89 Make page.image url relative to site rather than absolute 2016-02-03 10:17:04 -07:00
Pat Hawks a42df44513
Update tests to work with Jekyll 3 2016-02-02 20:02:08 -08:00
Pat Hawks 6d2f5aee1b
Update tests to work with Liquid 3 2016-02-02 19:06:10 -08:00
Ben Balter 05a16f48b7 Merge pull request #40 from CGarces/patch-1
Use seo_description instead of page.description
2016-02-01 11:09:17 -05:00
Carlos Garcés f1e9b9acb1 Use seo_description instead of page.description
seo_description is used in  the meta tags but not in the ld+json
If page.description is not set, the the description at ld+json will be null.
2016-02-01 17:06:05 +01:00
Ben Balter aca4b60f48 Merge pull request #38 from CGarces/patch-1
Fix HTML5 validation error
2016-02-01 10:25:40 -05:00
Carlos Garcés eac9501a2d Fix travis-ci errors 2016-01-30 22:50:19 +01:00
Carlos Garcés 56c7f4e238 Fix HTML5 validation error
Removed itemprop from canonical url due html validation error
2016-01-30 21:50:45 +01:00
Pat Hawks c9b19c478d
Add default filter 2016-01-29 10:35:40 -08:00
Parker Moore dee4a81b68 Merge pull request #34 from benbalter/default-to-post-excerpt
use the page.excerpt if the page.description doesn't exist
2016-01-25 16:19:06 -08:00
Parker Moore 6dab82639e use the page.excerpt if the page.description doesn't exist 2016-01-25 14:29:48 -08:00
Ben Balter 9f0b656c1f Merge pull request #26 from benbalter/author
Allow author data as an object
2016-01-19 19:23:20 -05:00
Pat Hawks 66384741c3
Make <title> optional 2016-01-12 23:09:28 -08:00
Pat Hawks b8d9cc2932
Convert tabs to spaces 2016-01-12 14:15:22 -08:00
Pat Hawks 5638c19a5d
Allow author data as an object 2016-01-12 12:09:43 -08:00
Ben Balter 9f53718796 Merge pull request #21 from benbalter/entities
Do not escape smart quotes
2016-01-12 10:58:24 -05:00
Ben Balter 5c3d234417 Merge pull request #25 from benbalter/site_name
Use site.name if site.title is not present
2016-01-12 10:53:40 -05:00
Pat Hawks 99340a927f
Use site.name if site.title is not present 2016-01-11 17:30:26 -08:00
Pat Hawks fe4c5566fe
Do not escape characters 2016-01-11 13:50:15 -08:00
Ben Balter 7a0ee09e22 Merge pull request #22 from pathawks/liquid-once
Only process Liquid template once
2016-01-10 21:06:08 -05:00
Pat Hawks 5672ec3991
Only process Liquid template once 2016-01-10 16:49:18 -08:00
Ben Balter 85934ae5de Bump to 0.1.4 2016-01-07 18:20:03 -05:00
Ben Balter e2eec18895 move version to its own file for easier bumping 2016-01-07 18:19:53 -05:00
Pat Hawks 860b8b9a2c Merge pull request #20 from pathawks/minify-once
Minify template just once
2016-01-06 18:32:21 -08:00
Pat Hawks 7a55460f2c
Minify template just once 2016-01-06 12:29:14 -08:00
Pat Hawks 660249140d Merge pull request #15 from pathawks/baseurl
Use baseurl to build seo_url
2016-01-06 10:02:26 -08:00
Pat Hawks fd06faf86c
Use baseurl to build seo_url 2016-01-06 10:00:20 -08:00
Pat Hawks eddff47cc3 Merge pull request #13 from pathawks/prepend
Use prepend for URLs
2016-01-06 09:54:18 -08:00
Pat Hawks b2099b70fd
Use prepend for URLs 2016-01-06 09:52:26 -08:00
Ben Balter 6115bb78e9 Merge pull request #11 from pathawks/og_title
og:title should not contain site.title
2016-01-06 10:40:27 -05:00
Ben Balter c4bac39745 Merge pull request #16 from pathawks/gsub
Combine two gsubs into one
2016-01-06 10:35:16 -05:00
Ben Balter c29c923dbb Merge pull request #14 from pathawks/strip_index
Strip trailing /index.html from seo_url
2016-01-06 10:27:59 -05:00
Pat Hawks b6f096372d
Combine two gsubs into one 2016-01-05 22:08:27 -08:00
Pat Hawks 23e9b8ae21
Replace '/index.html' with '/' 2016-01-05 15:52:40 -08:00
Pat Hawks d5be8e7056
og:title should not contain site.title 2016-01-05 14:59:46 -08:00
Ben Balter 9f3da7e6fe 💎 bump 2015-11-25 15:27:49 -06:00
Ben Balter 1ad8107a4e simplify whitespace regex 2015-11-25 15:26:57 -06:00
Ben Balter a355e6ef74 Merge pull request #6 from benbalter/proper-escapes
Properly escape quotes in titles and descriptions
2015-11-25 15:25:33 -06:00
Ben Balter 1567a53d4e properly escape smart quotes in title and description 2015-11-25 15:23:59 -06:00
Ben Balter c255b5398d use escape 2015-11-25 12:55:12 -06:00
Ben Balter 1af5f6c357 properly escape quotes in titles and descriptions 2015-11-25 08:18:37 -05:00
Ben Balter eb99fb0a0a 💎 bump 2015-11-01 15:45:43 -05:00
Ben Balter b987e49fae lessen jekyll dependencies 2015-11-01 15:40:00 -05:00
Ben Balter 0d973868fe 💎 bump 2015-10-31 14:06:59 -04:00
Ben Balter 274ea5d0e9 Merge pull request #3 from benbalter/valid-html
Output valid html
2015-10-31 14:06:38 -04:00
Ben Balter 2969a521f5 output valid html 2015-10-31 14:05:19 -04:00
Ben Balter 20b578966e add rubygems badge 2015-10-30 12:20:17 -04:00