Skip to content
Snippets Groups Projects
Commit 3a4fc124 authored by Douwe Maan's avatar Douwe Maan
Browse files

Limit OpenGraph image size to 64x64

parent 9f44687a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Limit OpenGraph image size to 64x64
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment