mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
Merge branch 'twitter-card-fix' into 'master'
Fix twitter card display See merge request rehrar/revuo-weekly!118
This commit is contained in:
commit
257c782149
@ -17,7 +17,9 @@
|
||||
{%else%}
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: "https://localmonero.co/revuo" }}" />
|
||||
{%endif%}
|
||||
<meta property="og:image" content="{{ page.image }}" />
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Revuo Monero - {{page.title}}">
|
||||
<meta name="twitter:image" content="{{ page.image }}">
|
||||
|
||||
<!-- CSS & fonts -->
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl | replace: '//', '/' }}">
|
||||
|
Loading…
Reference in New Issue
Block a user