blog.trnck.dev

Use post name for metadata if appropriate

+1 -1
+1 -1
_includes/header.html
··· 24 24 <meta charset="utf-8"> 25 25 <title>{{ page_title }}</title> 26 26 <meta name="description" content="{{ meta_description }}" /> 27 - <meta property="og:title" content="{{ user.name }}" /> 27 + <meta property="og:title" content="{{ page_title }}" /> 28 28 <meta property="og:image" content="{{ user.avatar_url }}" /> 29 29 <meta property="og:description" content="{{ meta_description }}" /> 30 30 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">