Skip to content

Commit

Permalink
feat: add meta to mastodon account
Browse files Browse the repository at this point in the history
  • Loading branch information
hteumeuleu committed Jan 29, 2024
1 parent 8e08485 commit 755ac92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
<link href="{{ site.url }}/feed.xml" rel="alternate" type="application/atom+xml" />
<meta name="color-scheme" content="dark" />
<link rel="me" href="https://mastodon.social/@caniemail" />
</head>
<body>
<div class="caniemail{{ page.name | remove: '.html' | slugify | default: 'default' | prepend: ' page--' }}">
Expand Down

0 comments on commit 755ac92

Please sign in to comment.