Skip to content

Commit

Permalink
Add Open Graph tags to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
sammdot committed Jun 19, 2023
1 parent 4ef182a commit e537ff6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<!DOCTYPE html>
<meta name="title" content="Learn Plover!" />
<meta itemprop="name" content="Learn Plover!" />
<meta property="og:title" content="Learn Plover!" />
<meta
name="description"
content="This site teaches stenotype using the Plover free software keyboard tool."
/>
<meta
itemprop="description"
content="This site teaches stenotype using the Plover free software keyboard tool."
/>
<meta
id="meta-tag-description"
property="og:description"
content="This site teaches stenotype using the Plover free software keyboard tool."
/>
<meta charset="utf-8" />
<meta
http-equiv="refresh"
Expand Down

0 comments on commit e537ff6

Please sign in to comment.