fix sitemap

This commit is contained in:
adueck 2023-12-18 14:41:20 +04:00
parent f914f3470b
commit c67c00ed4a
3 changed files with 7 additions and 5 deletions

View File

@ -287,7 +287,7 @@ function makeSitemap(dictionary: T.Dictionary): string {
(page) =>
`
<url>
<loc>https://dictionary.lingdocs.com${page}}</loc>
<loc>https://dictionary.lingdocs.com${page}</loc>
</url>`
)
.join("")}

View File

@ -57,6 +57,10 @@ body {
padding-bottom: 60px; */
}
dt {
float: left;
}
.p-text {
font-size: var(--p-text-size);
}

View File

@ -36,10 +36,8 @@ function Entry({
data-testid="entry"
>
<div>
<dt>
<strong>
<InlinePs opts={textOptions}>{{ p: entry.p, f: entry.f }}</InlinePs>
</strong>
<dt className="mr-2">
<InlinePs opts={textOptions}>{{ p: entry.p, f: entry.f }}</InlinePs>
</dt>
{` `}
<em>{entry.c}</em>