Skip to content

Commit

Permalink
add twitter og tags
Browse files Browse the repository at this point in the history
  • Loading branch information
clglavan committed Nov 5, 2023
1 parent 8910f6a commit 639497d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.9-1/md5.js"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<meta property="og:title" content="private-notes" />
<meta property="og:title" content="send self-distructing notes over the internet" />
<meta property="og:description" content="send self-distructing notes over the internet" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/clglavan/private-notes" />
<meta property="og:image" content="https://github.com/clglavan/private-notes/blob/master/private_notes.png" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="https://github.com/clglavan/private-notes/blob/master/private_notes.png">
<meta property="twitter:domain" content="privatenotes.click">
<meta property="twitter:url" content="https://privatenotes.click/">
<meta name="twitter:title" content="private-notes">
<meta name="twitter:description" content="send self-distructing notes over the internet">
<meta name="twitter:image" content="https://github.com/clglavan/private-notes/blob/master/private_notes.png">


<style>
{{template "baseCss"}}
{{define "pageCss" }}{{end}}
Expand Down

0 comments on commit 639497d

Please sign in to comment.