Блоги #1
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@
|
|||
<DateWidget dateString={data.blogPost.dateChanged} type="updated" />
|
||||
{/if}
|
||||
{#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} />
|
||||
<span class="underline">
|
||||
{author}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue