{article.title}
} {(article.author || datePublished) && (-
@@ -42,6 +43,10 @@ const datePublished =
h1.title {
font-size: xx-large;
}
+ span.source {
+ color: #555;
+ font-size: normal;
+ }
p,
img,
table,
diff --git a/src/components/post.astro b/src/components/post.astro index c200702..f4ea1d5 100644 --- a/src/components/post.astro +++ b/src/components/post.astro @@ -12,6 +12,7 @@ const datePublished = { article && (