aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header_opengraph.html
blob: f728d083fa1c25a4ec22e0c346dc314781efaba6 (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 %]">
        <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' %]