feat: add support for giscus and utterances

This commit is contained in:
welpo
2023-07-14 21:22:23 +02:00
parent 3e215e18e2
commit 5993e950c7
20 changed files with 426 additions and 59 deletions

View File

@@ -4,6 +4,7 @@
.comments {
border-top: var(--divider-color) solid 0.5px;
border-bottom: var(--divider-color) solid 0.5px;
margin-top: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
@@ -15,4 +16,18 @@
max-width: 100%;
aspect-ratio: inherit;
}
.load-comments-button {
display: inline-block;
font-family: var(--sans-serif-font);
color: inherit;
font-size: 0.95rem;
background: none;
border: none;
padding: 0.5em 1em;
margin: 0.5em;
cursor: pointer;
text-decoration: none;
}
}