Commit 4f1d3c62 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'dm-page-image-size' into 'master'

Limit OpenGraph image size to 64x64

See merge request !12541
parents d9432c47 3a4fc124
......@@ -11,6 +11,8 @@
%meta{ property: 'og:title', content: page_title }
%meta{ property: 'og:description', content: page_description }
%meta{ property: 'og:image', content: page_image }
%meta{ property: 'og:image:width', content: '64' }
%meta{ property: 'og:image:height', content: '64' }
%meta{ property: 'og:url', content: request.base_url + request.fullpath }
-# Twitter Card - https://dev.twitter.com/cards/types/summary
......
---
title: Limit OpenGraph image size to 64x64
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment