Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd252fc6ae | |||
| 31e378727d | |||
| 3ae346cbfc |
@@ -32,6 +32,9 @@ const { title, description, image = '/logo.png' } = Astro.props;
|
|||||||
<meta name="title" content={title} />
|
<meta name="title" content={title} />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
|
|
||||||
|
<!-- Fediverse -->
|
||||||
|
<meta name="fediverse:creator" content="@pantonius@mastodon.social">
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content={Astro.url} />
|
<meta property="og:url" content={Astro.url} />
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ import Socials from "./Socials.astro";
|
|||||||
}
|
}
|
||||||
|
|
||||||
.internal-links {
|
.internal-links {
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@@ -62,6 +61,7 @@ import Socials from "./Socials.astro";
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.internal-links a {
|
.internal-links a {
|
||||||
@@ -69,6 +69,7 @@ import Socials from "./Socials.astro";
|
|||||||
color: var(--text);
|
color: var(--text);
|
||||||
border-bottom: 4px solid transparent;
|
border-bottom: 4px solid transparent;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.internal-links a.active {
|
.internal-links a.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user