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) => (page) =>
` `
<url> <url>
<loc>https://dictionary.lingdocs.com${page}}</loc> <loc>https://dictionary.lingdocs.com${page}</loc>
</url>` </url>`
) )
.join("")} .join("")}

View File

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

View File

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