aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header_opengraph.html
blob: 8cda4c717fdb4566370b4efa8bebc2aed489d418 (plain)
1
2
3
4
5
6
        <meta property="og:url" content="[% c.cobrand.base_url %][% c.req.uri.path %]">
        <meta property="og:title" content="[% title || site_name | html %]">
        <meta property="og:site_name" content="[% site_name %]">
        [% IF c.req.uri.path == '/' %]<meta property="og:description" content="[% loc('Report, view, and discuss local street-related problems.') %]">[% END %]
        <meta property="og:type" content="website">
        [% INCLUDE 'header_opengraph_image.html' %]