Feat: Add favicon to newsletter experiment blog

This commit is contained in:
2026-02-07 17:58:25 -08:00
parent 0d639752a3
commit 66cfc01169

View File

@@ -3,6 +3,7 @@
<head> <head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lynchmark Newsletter Experiment</title> <title>Lynchmark Newsletter Experiment</title>
<link rel="icon" href="/assets/favicon.webp" type="image/webp">
<meta name="description" content="Subscribe to the Lynchmark newsletter experiment for LLM benchmark updates."> <meta name="description" content="Subscribe to the Lynchmark newsletter experiment for LLM benchmark updates.">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>