Skip to content

Commit c47e257

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
Color in more information
1 parent 18dbe41 commit c47e257

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+140
-827
lines changed

src/_layouts/base.njk

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>{{ title }} - codeGROOVE</title>
7+
<meta name="description" content="{{ description or 'codeGROOVE builds developer productivity tools that eliminate code review latency. 20X faster PR merges with turn-based tracking.' }}">
8+
9+
<!-- Open Graph / Facebook -->
10+
<meta property="og:type" content="website">
11+
<meta property="og:title" content="{{ title }} - codeGROOVE">
12+
<meta property="og:description" content="{{ description or 'codeGROOVE builds developer productivity tools that eliminate code review latency. 20X faster PR merges with turn-based tracking.' }}">
13+
<meta property="og:image" content="https://codegroove.dev/assets/hero-bg.jpg">
14+
15+
<!-- Favicon -->
16+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🎸</text></svg>">
17+
718
<link rel="stylesheet" href="/assets/css/style.css">
19+
<link rel="preconnect" href="https://fonts.googleapis.com">
20+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
821
</head>
922
<body>
1023
<nav class="nav">

0 commit comments

Comments
 (0)