|
83 | 83 | <meta http-equiv="cache-control" content="{{ cache_control|default('no-cache') }}">
|
84 | 84 | <meta http-equiv="expires" content="{{ cache_expires|default(120) }}">
|
85 | 85 |
|
86 |
| - <!-- SEO --> |
87 |
| - <meta name="description" |
88 |
| - content="{{ page_description|default(_('EJ - A platform of social participation.')) }}"> |
89 |
| - <meta itemprop="name" content="EJ - Empurrando Juntos!"> |
90 |
| - <meta itemprop="image" content="/static/img/logo/logo.svg"> |
91 |
| - |
92 | 86 | <!-- Twitter -->
|
93 | 87 | <meta name="twitter:card" content="summary">
|
94 |
| - <meta name="twitter:title" content="EJ Platform - Consultas de opinião"> |
95 |
| - |
96 |
| - <!-- Open Graph general (Facebook, Pinterest & Google+) --> |
97 |
| - <meta property="og:title" content="{{ title|default(_('EJ - A platform of social participacion.')) }}"> |
98 |
| - <meta property="og:image" content="/static/img/logo/logo.svg"> |
99 |
| - <meta property="og:image:width" content="1200"> |
100 |
| - <meta property="og:image:height" content="630"> |
101 |
| - <meta property="og:url" content="https://ejplatform.org/"> |
102 |
| - <meta property="og:site_name" content="EJ - Empurrando Juntos!"> |
103 |
| - <meta property="og:locale" content="pt_BR"> |
104 |
| - <meta property="og:type" content="website"> |
105 |
| - <meta property="fb:app_id" content="1757744567588794"> |
| 88 | + |
| 89 | + {% block metaOG %} |
| 90 | + <!-- Open Graph general (Facebook, Pinterest & Google+) --> |
| 91 | + <meta itemprop="image" property="og:image" content="/static/img/logo/logo.svg"> |
| 92 | + <meta property="og:image:type" content="image/svg"> |
| 93 | + <meta property="og:image:width" content="1200"> |
| 94 | + <meta property="og:image:height" content="630"> |
| 95 | + <meta itemprop="name" property="og:site_name" content="EJ - Empurrando Juntos!"> |
| 96 | + <meta property="og:url" content="https://ejplatform.org/"> |
| 97 | + <meta property="og:type" content="website"> |
| 98 | + <meta property="og:locale" content="pt_BR"> |
| 99 | + |
| 100 | + {% endblock metaOG %} |
| 101 | + |
| 102 | + {% block metaOG2 %} |
| 103 | + <meta name="description" property="og:title" content="{{ title|default(_('EJ - A platform of social participacion.')) }}"> |
| 104 | + |
| 105 | + <!-- Twitter && Telegram --> |
| 106 | + <meta name="twitter:title" content="EJ Platform - Consultas de opinião"> |
| 107 | + |
| 108 | + {% endblock metaOG2 %} |
106 | 109 | </head>
|
107 | 110 |
|
108 | 111 | <body class="{{ body_class|default('Page') }} {{ request.path.replace('/','') if request else '' }}">
|
|
0 commit comments