Limit OpenGraph image size to 64x64

This commit is contained in:
Douwe Maan 2017-06-28 19:06:42 -05:00
parent 9f44687a14
commit 3a4fc1246c
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
---
title: Limit OpenGraph image size to 64x64
merge_request:
author: