mirror of
https://github.com/thiloho/thiloho.github.io.git
synced 2025-11-22 10:21:36 +01:00
Add smooth scrolling and move simple markdown out of directories
This commit is contained in:
@@ -15,7 +15,7 @@ interface Props {
|
||||
const { title, description, pubDate, modDate, slug } = Astro.props;
|
||||
---
|
||||
|
||||
<html lang="en" class="light">
|
||||
<html lang="en" class="scroll-smooth">
|
||||
<Head {title} {description} />
|
||||
<body class="flex min-h-screen flex-col">
|
||||
<Nav />
|
||||
|
||||
Reference in New Issue
Block a user