0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Fixed comment in facebook_url helper (#9430)

no issue
This commit is contained in:
Chuck Lam 2018-01-28 09:25:06 -08:00 committed by Katharina Irrgang
parent 39ee95cc07
commit ffc6088c7a

View file

@ -1,7 +1,7 @@
// # Facebook URL Helper
// Usage: `{{facebook_url}}` or `{{facebook_url author.facebook}}`
//
// Output a url for a twitter username
// Output a url for a facebook username
var proxy = require('./proxy'),
socialUrls = proxy.socialUrls,
localUtils = proxy.localUtils;