use telescope utils

This commit is contained in:
xavizalote 2016-03-08 11:55:31 +01:00
parent c0474f2f9d
commit b5e332e0f0

View file

@ -16,7 +16,7 @@ const HeadTags = () => (
{name: "description", content: settings.tagline},
// facebook
{property: "og:type", content: "article"},
{property: "og:url", content: Meteor.absoluteUrl()},
{property: "og:url", content: Telescope.utils.getSiteUrl()},
{property: "og:image", content: settings.logoUrl},
{property: "og:title", content: settings.siteTitle},
{property: "og:description", content: settings.tagline},
@ -27,7 +27,7 @@ const HeadTags = () => (
{name: "twitter:description", content: settings.tagline}
]}
link={[
{rel: "canonical", href: Meteor.absoluteUrl()},
{rel: "canonical", href: Telescope.utils.getSiteUrl()},
{rel: "shortcut icon", href: settings.favicon}
]}
/>