feat: basic setup

This commit is contained in:
changjun
2023-05-03 15:57:50 +08:00
parent 85e07244ed
commit 6fab4e9798
6 changed files with 102 additions and 3 deletions

View File

@@ -29,3 +29,11 @@ text_size_class: The size class that the user has selected in Preferences for ar
body: The body of the article.
-->
<header class="flex">
header2: [[feed_link_title]] [[byline]] [[text_size_class]]
</header>
<article>
<div id="bodyContainer" class="articleBody prose max-w-prose px-8 py-16 mx-auto [[text_size_class]]">[[body]]</div>
</article>