Skip to content

Commit

Permalink
Update index.html.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaritakai authored Mar 25, 2022
1 parent 8b98efb commit c4a44da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@
<meta name="og:image" content="{{ thumbnail }}">
<meta name="og:type" content="{{ ogType }}">
{{#if blog}}
<link rel="me" href="https://twitter.com/akaritakai">
<meta name="article:published_time" content="{{ date }}">
{{#each tags}}
<meta name="article:tag" content="{{ . }}">
{{/each}}
<meta name="twitter:widgets:theme" content="dark">
<meta name="twitter:dnt" content="on">
<meta name="twitter:widgets:csp" content="on">
{{/if}}
<link rel="stylesheet" href="/style.css">
</head>
Expand All @@ -45,4 +49,4 @@
</div>
<script src="/site.js" defer></script>
</body>
</html>
</html>

0 comments on commit c4a44da

Please sign in to comment.