Skip to content

Commit 1f417b9

Browse files
authored
Merge pull request #41 from virtualroot/feat/improve-description
feat: improve title and description
2 parents 1c38d5c + 0d207f9 commit 1f417b9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

layouts/_default/baseof.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

8-
<title>cani.tf</title>
9-
<meta name="description" content="Compare OpenTofu and Terraform feature support side by side.">
8+
<title>cani.tf — Compare OpenTofu vs Terraform Feature Support</title>
9+
<meta name="description" content="Quickly compare OpenTofu and Terraform feature support. Find out which features are available, planned, or missing as the two continue to diverge.">
1010

1111
<meta property="og:type" content="website">
1212
<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.">
13+
<meta property="og:title" content="cani.tf — Compare OpenTofu vs Terraform Feature Support">
14+
<meta property="og:description" content="Quickly compare OpenTofu and Terraform feature support. Find out which features are available, planned, or missing as the two continue to diverge.">
1515
<meta property="og:image" content="https://cani.tf/og-image.png">
1616

1717
<meta name="twitter:card" content="summary_large_image">
1818
<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.">
19+
<meta name="twitter:title" content="cani.tf — Compare OpenTofu vs Terraform Feature Support">
20+
<meta name="twitter:description" content="Quickly compare OpenTofu and Terraform feature support. Find out which features are available, planned, or missing as the two continue to diverge.">
2121
<!-- Place this tag in your head or just before your close body tag. -->
2222
<script async defer src="https://buttons.github.io/buttons.js"></script>
2323
<style type="text/css">

0 commit comments

Comments
 (0)