examples: Add some metadata to the generated webpages.

This commit is contained in:
Ryan C. Gordon
2024-12-06 13:04:06 -05:00
parent ffb9b30e84
commit 0f228de48a
4 changed files with 48 additions and 10 deletions
+7
View File
@@ -5,6 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>@project_name@ Examples</title>
<link rel="icon" href="/@project_name@/thumbnail.png" type="image/png" />
<link
rel="stylesheet"
type="text/css"
@@ -15,6 +16,12 @@
margin-top: 0;
}
</style>
<meta property="og:type" content="website">
<meta property="og:title" content="@project_name@ Examples">
<meta property="og:description" content="@project_name@ Examples">
<meta property="og:image" content="@preview_image@" />
</head>
<body>
<header>