Commit Graph
216 Commits
Author SHA1 Message Date
liamgriffinandGitHub f15825ac76 Add GA tag for tracking
Adding UA tracking tag received from data team to monitor site traffic on Google Analytics
2019-03-27 10:25:27 +00:00
Justin LiandGitHub a79240a909 Merge pull request #1039 from Shopify/where-filter-documentation
Add documentation for where filter
2019-03-08 15:32:48 -05:00
Samuel fbad7cf377 Fix variable name 2019-01-07 13:13:02 -05:00
Samuel ea0bf2d30b fix braces 2018-10-19 10:52:36 -04:00
Samuel DoironandGitHub d18fc08323 Merge pull request #1043 from Shopify/firefox-scroll-bug
Fix scroll bug on firefox
2018-10-15 15:06:21 -04:00
Samuel 22cb0018a5 Fix scroll bug on firefox 2018-10-15 14:34:55 -04:00
Samuel 8845d1ada1 Add documentation for where filter 2018-10-12 16:19:19 -04:00
Justin LiandGitHub 45e7d6b652 Merge pull request #1031 from DirtyF/redirects
Fix redirects
2018-09-21 13:15:30 -04:00
Frank Taillandier 15c6d74646 Exclude lock files 2018-09-21 18:37:09 +02:00
Frank Taillandier d9a4a3d9d7 security: npm audit fix
fixed 2 low severity vulnerabilities
2018-09-21 18:34:33 +02:00
Frank Taillandier e9e3e306ee upgrade to latest GitHub Pages 2018-09-21 18:27:13 +02:00
Frank Taillandier cea42bd165 Use example.com as example 2018-09-21 18:26:50 +02:00
Frank Taillandier 725335bbc1 Fix redirection 2018-09-21 18:26:34 +02:00
Frank Taillandier 307c8befc5 Set default URL to GitHub
http://liquidmarkup.org returns 301
2018-09-21 18:25:50 +02:00
Adam HollettandGitHub aed39a43f5 Merge pull request #1001 from DirtyF/spring-cleanup
Spring cleanup
2018-09-21 10:07:38 -04:00
Adam HollettandGitHub a842b59246 Merge pull request #1011 from afeld/patch-1
add note about how date is parsed
2018-06-07 12:22:33 -04:00
Aidan FeldmanandGitHub b669229f69 simplify language around date parsing 2018-06-07 12:03:15 -04:00
Aidan FeldmanandGitHub b211fb67fb add note about how date is parsed
Was previously unclear what formats would be accepted.
2018-06-06 10:09:33 -04:00
Frank Taillandier 38a59f4c1d Fix properties order 2018-03-29 16:40:08 +02:00
Frank Taillandier 02364d1025 optimize with SVGO 2018-03-29 16:26:29 +02:00
Frank Taillandier bed2727d60 No need for title on homepage 2018-03-29 16:26:05 +02:00
Frank Taillandier ffb9206ef0 Specify document language 2018-03-29 16:25:39 +02:00
Frank Taillandier 9ac8895a1b Avoid link to self on homepage 2018-03-29 16:25:08 +02:00
Frank Taillandier 8959afe1a8 use URL filters 2018-03-29 16:23:49 +02:00
Frank Taillandier c17cf534db Standard format 2018-03-29 16:21:56 +02:00
Frank Taillandier 9f74627676 update npm packages 2018-03-29 16:21:35 +02:00
Frank Taillandier 3b3be384df fix redirects 2018-03-29 16:21:18 +02:00
Frank Taillandier daeb5b1e67 plugins is the new gems 2018-03-29 16:21:00 +02:00
Frank Taillandier 8a6f25f3da use latest GitHub Pages 2018-03-29 16:20:33 +02:00
Frank Taillandier c2878c24c6 update Travis config 2018-03-29 16:20:14 +02:00
Adam HollettandGitHub 16c38e37eb Merge pull request #957 from Shopify/min-max-filter-docs
Add docs for at_least and at_most filters
2017-12-14 10:58:35 -05:00
Adam Hollett 0589cf4aac Remove raw tag from non-Liquid code blocks 2017-12-14 10:10:19 -05:00
Justin LiandGitHub aba49324c1 Merge pull request #962 from Arafatk/patch-4
Minor Doc fix
2017-12-07 16:00:35 -05:00
ArafatandGitHub c4ae2e9012 Update types.md 2017-12-07 21:35:17 +05:30
Nithin Bekal 7cdc482bc4 Add docs for at_least and at_most filters 2017-12-06 11:58:00 -05:00
Adam HollettandGitHub fbe0b39d85 Merge pull request #906 from Shopify/add-concat-filter
Add documentation for concat filter
2017-06-29 10:45:00 -04:00
Adam Hollett ebf7f9232f Add documentation for concat filter 2017-06-22 11:04:23 -04:00
Adam HollettandGitHub a0b0c608c1 Merge pull request #872 from j-f1/patch-1
Wrap capture example in {% raw %} and highlight it as Liquid
2017-06-22 10:49:00 -04:00
Adam HollettandGitHub 1db4219d2f Merge pull request #879 from joshaidan/gh-pages-new-features
Fixes #852: Undocumented Things
2017-03-30 10:25:12 -04:00
Brian Jones 8b6f4d2a45 Change Any Contents to Anything 2017-03-30 10:12:18 -04:00
Brian Jones cee4a2d7ae Change title and filename to singular 2017-03-30 10:11:04 -04:00
Brian Jones 4bd5446a4e Fix raw tag and correct output 2017-03-30 09:58:10 -04:00
Brian Jones 2f703b30db Document some of the undocumented features 2017-03-29 23:01:40 -04:00
J FandGitHub 2f8d447d90 Wrap capture example in {% raw %} and highlight it as Liquid 2017-03-18 13:44:08 -04:00
Justin LiandGitHub 7ecc10b989 Merge pull request #845 from mrmanc/gh-pages
Clarifies spelling of for’s reversed flag to address #843
2017-02-10 19:26:43 -05:00
Justin LiandGitHub 406b1813cf Merge pull request #856 from sergeifilippov/patch-1
Added a use case example for capture tag
2017-01-25 10:23:29 -05:00
Sergei FilippovandGitHub 058dc2021d Added a use case example for capture tag 2017-01-24 14:29:14 +13:00
Mark Crossfield 49a41a3f08 Clarifies spelling of for’s reversed flag to address #843
It should now be harder to read the docs and miss the extra letter required for reversed compared to reverse, which causes a fairly generic syntax warning when trying to reverse sort a collection in a for loop.
2017-01-08 12:45:05 +00:00
Adam Hollett 61848f980b Bump gems. Set a space as the heading to disable this awful plugin 2016-12-19 10:18:01 -05:00
Adam Hollett 962e312fdc Try removing the include to fix the title 2016-12-19 10:13:13 -05:00