Блоги #1
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@
|
||||||
<DateWidget dateString={data.blogPost.dateChanged} type="updated" />
|
<DateWidget dateString={data.blogPost.dateChanged} type="updated" />
|
||||||
{/if}
|
{/if}
|
||||||
{#each authors as author}
|
{#each authors as author}
|
||||||
<a class="flex items-center gap-2 p-1 text-lg font-bold" href="/team/{author}">
|
<!-- TODO: rndtrash: из-за 404 не даёт собрать сайт. href="/team/{author}" -->
|
||||||
|
<a class="flex items-center gap-2 p-1 text-lg font-bold" href="#">
|
||||||
<Icon icon="material-symbols:person" width={28} height={28} />
|
<Icon icon="material-symbols:person" width={28} height={28} />
|
||||||
<span class="underline">
|
<span class="underline">
|
||||||
{author}
|
{author}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue