add og images, add json and xml feed, fix minor issues

This commit is contained in:
Hans Pagel
2021-07-10 22:51:06 +02:00
parent 2e40a827fb
commit 2fefcf31da
15 changed files with 298 additions and 171 deletions

View File

@@ -13,6 +13,15 @@
</header>
<VueRemarkContent class="text" />
<div class="c-post-detail__footer">
<div class="text">
<div class="remark-container warning">
<p class="remark-container-title">Become a tiptap insider!</p>
<p>Like what youre reading? <g-link to="https://github.com/sponsors/ueberdosis">Sponsor our work</g-link> to get early access to new features.</p>
</div>
</div>
</div>
</article>
</template>

View File

@@ -8,18 +8,19 @@
}
&__title {
margin: 0;
margin: 0 0 1rem !important;
}
&__meta {
margin: 0.5rem 0 0 0;
--text-color: rgba(var(--text), 0.4);
color: var(--text-color);
}
&__author {
margin: 2rem 0 0 0;
--text-color: rgba(var(--text), 0.4);
color: var(--text-color);
&__footer {
margin-top: 1.5rem;
@media (min-width: 500px) {
margin-top: 3rem;
}
}
}