aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header_opengraph.html
blob: 6b2c8ff46ae1cb340536a86c75839347b45ef65b (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="Report, view, and discuss local street-related problems.">[% END %]
        <meta property="og:type" content="website">
        [% INCLUDE 'header_opengraph_image.html' %]