summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-24 03:26:18 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-24 03:26:18 -0800
commit065e6edbed1ee5a33ef1916bbf620f5a745c4160 (patch)
treea076797855e8f334b09d3bbdca64b5e7560155ed /_includes
parent9bd0deabd4d1dba78194b68e0d4e2c3f3853eddb (diff)
'Provider' is more correct than 'engine'
Diffstat (limited to '_includes')
-rw-r--r--_includes/JB/analytics8
-rw-r--r--_includes/JB/analytics-providers/getclicky (renamed from _includes/JB/analytics-engines/getclicky)0
-rw-r--r--_includes/JB/analytics-providers/google (renamed from _includes/JB/analytics-engines/google)0
-rw-r--r--_includes/JB/categories_list2
-rw-r--r--_includes/JB/comments12
-rw-r--r--_includes/JB/comments-providers/disqus (renamed from _includes/JB/comments-engines/disqus)0
-rw-r--r--_includes/JB/comments-providers/facebook (renamed from _includes/JB/comments-engines/facebook)0
-rw-r--r--_includes/JB/comments-providers/intensedebate (renamed from _includes/JB/comments-engines/intensedebate)0
-rw-r--r--_includes/JB/comments-providers/livefyre (renamed from _includes/JB/comments-engines/livefyre)0
-rw-r--r--_includes/JB/liquid_raw2
-rw-r--r--_includes/JB/pages_list2
-rw-r--r--_includes/JB/posts_collate2
-rw-r--r--_includes/JB/setup2
-rw-r--r--_includes/JB/sharing4
-rw-r--r--_includes/JB/tags_list2
15 files changed, 18 insertions, 18 deletions
diff --git a/_includes/JB/analytics b/_includes/JB/analytics
index 6dd2406..9280e8d 100644
--- a/_includes/JB/analytics
+++ b/_includes/JB/analytics
@@ -1,10 +1,10 @@
-{% if site.safe and site.JB.analytics.engine and page.JB.analytics != false %}
+{% if site.safe and site.JB.analytics.provider and page.JB.analytics != false %}
-{% case site.JB.analytics.engine %}
+{% case site.JB.analytics.provider %}
{% when "google" %}
- {% include JB/analytics-engines/google %}
+ {% include JB/analytics-providers/google %}
{% when "getclicky" %}
- {% include JB/analytics-engines/getclicky %}
+ {% include JB/analytics-providers/getclicky %}
{% when "custom" %}
{% include custom/analytics %}
{% endcase %}
diff --git a/_includes/JB/analytics-engines/getclicky b/_includes/JB/analytics-providers/getclicky
index a9a5fd9..a9a5fd9 100644
--- a/_includes/JB/analytics-engines/getclicky
+++ b/_includes/JB/analytics-providers/getclicky
diff --git a/_includes/JB/analytics-engines/google b/_includes/JB/analytics-providers/google
index 9014866..9014866 100644
--- a/_includes/JB/analytics-engines/google
+++ b/_includes/JB/analytics-providers/google
diff --git a/_includes/JB/categories_list b/_includes/JB/categories_list
index 1f7e45b..83be2e2 100644
--- a/_includes/JB/categories_list
+++ b/_includes/JB/categories_list
@@ -17,7 +17,7 @@ Usage:
This helper can be seen in use at: ../_layouts/default.html
-->{% endcomment %}
-{% if site.JB.categories_list.engine == "custom" %}
+{% if site.JB.categories_list.provider == "custom" %}
{% include custom/categories_list %}
{% else %}
{% if categories_list.first[0] == null %}
diff --git a/_includes/JB/comments b/_includes/JB/comments
index 81cddea..58fdff6 100644
--- a/_includes/JB/comments
+++ b/_includes/JB/comments
@@ -1,14 +1,14 @@
-{% if site.JB.comments.engine and page.JB.comments != false %}
+{% if site.JB.comments.provider and page.JB.comments != false %}
-{% case site.JB.comments.engine %}
+{% case site.JB.comments.provider %}
{% when "disqus" %}
- {% include JB/comments-engines/disqus %}
+ {% include JB/comments-providers/disqus %}
{% when "livefyre" %}
- {% include JB/comments-engines/livefyre %}
+ {% include JB/comments-providers/livefyre %}
{% when "intensedebate" %}
- {% include JB/comments-engines/intensedebate %}
+ {% include JB/comments-providers/intensedebate %}
{% when "facebook" %}
- {% include JB/comments-engines/facebook %}
+ {% include JB/comments-providers/facebook %}
{% when "custom" %}
{% include custom/comments %}
{% endcase %}
diff --git a/_includes/JB/comments-engines/disqus b/_includes/JB/comments-providers/disqus
index f6dd3a9..f6dd3a9 100644
--- a/_includes/JB/comments-engines/disqus
+++ b/_includes/JB/comments-providers/disqus
diff --git a/_includes/JB/comments-engines/facebook b/_includes/JB/comments-providers/facebook
index f8c7d21..f8c7d21 100644
--- a/_includes/JB/comments-engines/facebook
+++ b/_includes/JB/comments-providers/facebook
diff --git a/_includes/JB/comments-engines/intensedebate b/_includes/JB/comments-providers/intensedebate
index ab0c3c9..ab0c3c9 100644
--- a/_includes/JB/comments-engines/intensedebate
+++ b/_includes/JB/comments-providers/intensedebate
diff --git a/_includes/JB/comments-engines/livefyre b/_includes/JB/comments-providers/livefyre
index 704b803..704b803 100644
--- a/_includes/JB/comments-engines/livefyre
+++ b/_includes/JB/comments-providers/livefyre
diff --git a/_includes/JB/liquid_raw b/_includes/JB/liquid_raw
index 869e9a1..a5c1783 100644
--- a/_includes/JB/liquid_raw
+++ b/_includes/JB/liquid_raw
@@ -24,7 +24,7 @@ Usage:
As seen here, you must use "|." and ".|" as opening and closing brackets.
-->{% endcomment%}
-{% if site.JB.liquid_raw.engine == "custom" %}
+{% if site.JB.liquid_raw.provider == "custom" %}
{% include custom/liquid_raw %}
{% else %}
<pre><code>{{text | replace:"|.", "&#123;" | replace:".|", "&#125;" | replace:">", "&gt;" | replace:"<", "&lt;" }}</code></pre>
diff --git a/_includes/JB/pages_list b/_includes/JB/pages_list
index 07cb058..1afc3f3 100644
--- a/_includes/JB/pages_list
+++ b/_includes/JB/pages_list
@@ -20,7 +20,7 @@ Usage:
This helper can be seen in use at: ../_layouts/default.html
-->{% endcomment %}
-{% if site.JB.pages_list.engine == "custom" %}
+{% if site.JB.pages_list.provider == "custom" %}
{% include custom/pages_list %}
{% else %}
{% for node in pages_list %}
diff --git a/_includes/JB/posts_collate b/_includes/JB/posts_collate
index 588c6fe..f612ade 100644
--- a/_includes/JB/posts_collate
+++ b/_includes/JB/posts_collate
@@ -17,7 +17,7 @@ Usage:
-->{% endcomment %}
-{% if site.JB.posts_collate.engine == "custom" %}
+{% if site.JB.posts_collate.provider == "custom" %}
{% include custom/posts_collate %}
{% else %}
{% for post in posts_collate %}
diff --git a/_includes/JB/setup b/_includes/JB/setup
index ce7ce7d..e6d8b88 100644
--- a/_includes/JB/setup
+++ b/_includes/JB/setup
@@ -2,7 +2,7 @@
<!--
- Dynamically set liquid variables for working with URLs/paths
-->
- {% if site.JB.setup.engine == "custom" %}
+ {% if site.JB.setup.provider == "custom" %}
{% include custom/setup %}
{% else %}
{% if site.safe and site.JB.BASE_PATH %}
diff --git a/_includes/JB/sharing b/_includes/JB/sharing
index 8850b23..f5b1151 100644
--- a/_includes/JB/sharing
+++ b/_includes/JB/sharing
@@ -1,6 +1,6 @@
-{% if site.safe and site.JB.sharing.engine and page.JB.sharing != false %}
+{% if site.safe and site.JB.sharing.provider and page.JB.sharing != false %}
-{% case site.JB.sharing.engine %}
+{% case site.JB.sharing.provider %}
{% when "custom" %}
{% include custom/sharing %}
{% endcase %}
diff --git a/_includes/JB/tags_list b/_includes/JB/tags_list
index 9a93d90..8eb62a7 100644
--- a/_includes/JB/tags_list
+++ b/_includes/JB/tags_list
@@ -17,7 +17,7 @@ Usage:
This helper can be seen in use at: ../_layouts/default.html
-->{% endcomment %}
-{% if site.JB.tags_list.engine == "custom" %}
+{% if site.JB.tags_list.provider == "custom" %}
{% include custom/tags_list %}
{% else %}
{% if tags_list.first[0] == null %}