Skip to content

Commit 1c38d5c

Browse files
authored
Merge pull request #40 from virtualroot/feat/open-graph-meta
Add Open Graph support
2 parents 2d0baeb + bca30ec commit 1c38d5c

3 files changed

Lines changed: 51 additions & 1 deletion

File tree

layouts/_default/baseof.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

88
<title>cani.tf</title>
9-
<meta name="description" content="cani.tf">
9+
<meta name="description" content="Compare OpenTofu and Terraform feature support side by side.">
10+
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="https://cani.tf/">
13+
<meta property="og:title" content="cani.tf — Can I TF?">
14+
<meta property="og:description" content="Compare OpenTofu and Terraform feature support side by side.">
15+
<meta property="og:image" content="https://cani.tf/og-image.png">
16+
17+
<meta name="twitter:card" content="summary_large_image">
18+
<meta name="twitter:url" content="https://cani.tf/">
19+
<meta name="twitter:title" content="cani.tf — Can I TF?">
20+
<meta name="twitter:description" content="Compare OpenTofu and Terraform feature support side by side.">
1021
<!-- Place this tag in your head or just before your close body tag. -->
1122
<script async defer src="https://buttons.github.io/buttons.js"></script>
1223
<style type="text/css">

static/og-image.png

37.2 KB
Loading

static/og-image.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)