Merge pull request #428 from mozilla/add-twitter-og-cards

add twitter and open graph cards
This commit is contained in:
Danny Coates
2017-08-11 14:12:44 -07:00
committed by GitHub
5 changed files with 20 additions and 2 deletions

View File

@@ -58,7 +58,10 @@ app.engine(
partialsDir: 'views/partials/',
helpers: {
availableLanguages,
l10nDev: conf.l10n_dev
l10nDev: conf.l10n_dev,
baseUrl: conf.base_url,
title: 'Firefox Send',
description: 'Encrypt and send files with a link that automatically expires to ensure your important documents dont stay online forever.'
}
})
);