mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
[fix] always add quotes
This commit is contained in:
parent
83742837c2
commit
f7d2b6bd82
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ coreHelpers.pageUrl = function (context, block) {
|
|||
//
|
||||
// *Usage example:*
|
||||
// `{{url}}`
|
||||
// `{{url absolute=true}}`
|
||||
// `{{url absolute="true"}}`
|
||||
//
|
||||
// Returns the URL for the current object context
|
||||
// i.e. If inside a post context will return post permalink
|
||||
|
|
Loading…
Add table
Reference in a new issue