Add SEO stuff

This commit is contained in:
Shav Kinderlehrer 2023-09-19 09:24:33 -04:00
parent d231c7a236
commit 4b7b1fd6c5
2 changed files with 11 additions and 0 deletions

View File

@ -13,6 +13,11 @@
rel="stylesheet">
%sveltekit.head%
<meta name="description"
content="trinket blog - dev blog about everything under the sun">
<title>trinket blog</title>
</head>
<body data-sveltekit-preload-data="hover">

View File

@ -52,4 +52,10 @@
li:hover {
background: #dbdbdb;
}
@media (pointer: none), (pointer: coarse) {
li {
padding: 1em 0.2em;
}
}
</style>