Skip to content

Commit

Permalink
feat: add open graph meta tags, for social sharing (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieumarrast authored Apr 24, 2024
1 parent c62cc89 commit 196d828
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Binary file added main/img/share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
<meta charset="utf-8">
<title>MetWork Framework</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<meta content="Save time in building, running and monitoring your Linux server applications" name="description">

<!-- Meta Open Graph -->
<meta property="og:title" content="MetWork Framework"/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="MetWork Framework"/>
<meta property="og:description" content="Save time in building, running and monitoring your Linux server applications"/>
<meta property="og:url" content="https://metwork-framework.org"/>
<meta property="og:image" content="https://metwork-framework.org/public-website/img/share.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>

<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
Expand Down

0 comments on commit 196d828

Please sign in to comment.