Skip to content

Commit

Permalink
Update page.hbs with favicon and og image
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee authored Nov 4, 2024
1 parent c54d7e7 commit 84b5ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notes/_includes/page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<meta property="og:type" content="website" />
<meta property="og:site" content="alifeee's notes" />
<meta property="og:url" content="https://blog.alifeee.co.uk{{page.url}}" />
<!-- <meta property="og:image" content="https://blog.alifeee.co.uk/" /> -->
<meta property="og:image" content="https://blog.alifeee.co.uk/og-image.png" />
<meta property="og:description"
content='quick markdown notes from alifeee, mainly about programming and the Internet{{#if (neq tag "all")}}, filtered to notes tagged "{{tag}}"{{/if}}' />
<meta property="og:locale" content="en_GB" />

<!-- styling -->
<!-- favicon -->
<!-- <link rel="icon" type="image/png" href="{{'/favicon.png'}}" /> -->
<link rel="icon" type="image/png" href="/og-image.png" />
<link rel="stylesheet" href='/picnic.css'>

<link rel="stylesheet" href='/highlight.min.css'>
Expand Down Expand Up @@ -170,4 +170,4 @@
<footer></footer>
</body>

</html>
</html>

0 comments on commit 84b5ac7

Please sign in to comment.