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

View File

@@ -5,6 +5,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>@project_name@ Example: @category_name@/@example_name@</title>
<link rel="icon" href="/@project_name@/thumbnail.png" type="image/png" />
<meta property="og:type" content="website">
<meta property="og:title" content="@project_name@ Example: @category_name@/@example_name@">
<meta property="og:description" content="@description@">
<meta property="og:image" content="@preview_image@" />
<link rel="stylesheet" type="text/css" href="/@project_name@/examples.css" />
<style>
main {