Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="WebGPU and WGSL: W3C standards for GPU acceleration on the Web. Find implementations, resources, community spaces, and more.">
<meta property="og:title" content="{{ page.title | default: site.title }}">
<meta property="og:description" content="WebGPU and WGSL: W3C standards for GPU acceleration on the Web. Find implementations, resources, community spaces, and more.">
<meta property="og:url" content="{{ page.url | absolute_url }}">
<meta property="og:type" content="website">
<meta property="og:image" content="https://raw.githubusercontent.com/gpuweb/gpuweb/cd07d570226c8e4c82a1b616f967fe76f98920a3/logo/webgpu-responsive.svg">
<title>{{ page.title | default: site.title }}</title>
<link rel="stylesheet" href="{{ 'assets/css/style.css' | relative_url }}">
</head>
Expand Down