Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/specs/canary.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const authorHelperDocs = `Find more information about the <code>{{authors}}</cod
const tierDesc = `Ghost now supports multiple tiers and subscriptions. All product and price related helpers have been reworked to account for this.`;

// assign new or overwrite existing knownHelpers, templates, or rules here:
let knownHelpers = ['total_members', 'total_paid_members', 'comment_count', 'comments', 'recommendations', 'readable_url', 'content_api_url', 'content_api_key'];
let knownHelpers = ['total_members', 'total_paid_members', 'comment_count', 'comments', 'recommendations', 'readable_url', 'content_api_url', 'content_api_key', 'social_url'];
let templates = [];
let rules = {
// New rules
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/themes/080-helper-usage/v4/invalid/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@

{{tag.feature_image}}⁠⁠

{{social_url type="facebook"}}

{{> mypartial}}
{{> author}}
2 changes: 2 additions & 0 deletions test/fixtures/themes/080-helper-usage/v5/valid/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

{{tag.feature_image}}⁠⁠

{{social_url type="facebook"}}

{{> mypartial}}
Loading