Skip to content

Commit

Permalink
Add image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Mar 12, 2024
1 parent 52ef74d commit 37a7dfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://cli.datacontract.com/datacontractcli.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://cli.datacontract.com/datacontractcli.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
Expand All @@ -12,7 +16,7 @@
text-align: center;
margin-bottom: 1rem;
}

.footer-logo {
width: 150px;
}
Expand Down

0 comments on commit 37a7dfc

Please sign in to comment.