aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/header_opengraph.html
blob: 0a7dc42d7ba2c307f7189e04978af5cec5bc29ff (plain)
1
2
3
4
5
6
7
8
        <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 name="description" property="og:description" content="Melden Sie Schäden an der Infrastruktur der Stadt Zürich wie Schlaglöcher, defekte Beleuchtung/Signalisation, Graffitis, Schädlinge oder Abfall auf öffentlichem Grund.">
        [% END %]
        <meta property="og:type" content="website">
        [% INCLUDE 'header_opengraph_image.html' %]