mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
Updated minor stuff
This commit is contained in:
@@ -4,7 +4,7 @@ import Socials from "./Socials.astro";
|
||||
---
|
||||
|
||||
<footer>
|
||||
© {today.getFullYear()} <a href="/about">Anton Pogrebnjak</a>. All rights reserved.
|
||||
© {today.getFullYear()} <a href="/about">Anton</a>. All rights reserved.
|
||||
<Socials />
|
||||
</footer>
|
||||
<style>
|
||||
|
||||
@@ -14,7 +14,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||
<body>
|
||||
<Header />
|
||||
<Main>
|
||||
<h1>Anton Pogrebnjak</h1>
|
||||
<h1>Anton</h1>
|
||||
<div style="max-width: 40rem">
|
||||
<p>
|
||||
Really, I don't have much to tell you about myself. Just look at the amazing stuff I've done and written about. That should suffice.
|
||||
|
||||
Reference in New Issue
Block a user