Monorepo for Tangled tangled.org
772
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog: fix og images

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+2 -2
+2 -2
blog/templates/post.html
··· 6 6 <meta property="og:description" content="{{ .Post.Meta.Subtitle }}" /> 7 7 <meta property="og:url" content="https://blog.tangled.org/{{ .Post.Meta.Slug }}" /> 8 8 {{ if .Post.Meta.Image }} 9 - <meta property="og:image" content="https://blog.tangled.org{{ .Post.Meta.Image }}" /> 9 + <meta property="og:image" content="{{ .Post.Meta.Image }}" /> 10 10 <meta property="og:image:width" content="1200" /> 11 11 <meta property="og:image:height" content="630" /> 12 12 <meta name="twitter:card" content="summary_large_image" /> 13 - <meta name="twitter:image" content="https://blog.tangled.org{{ .Post.Meta.Image }}" /> 13 + <meta name="twitter:image" content="{{ .Post.Meta.Image }}" /> 14 14 {{ end }} 15 15 <meta name="twitter:title" content="{{ .Post.Meta.Title }}" /> 16 16 <meta name="twitter:description" content="{{ .Post.Meta.Subtitle }}" />