mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Remove unncessary fields from docs templates and add category article order
This commit is contained in:
@@ -76,10 +76,10 @@
|
||||
</details>
|
||||
|
||||
<ul class="unpadded">
|
||||
{#each data.articles as { id, title, docs_category } (id)}
|
||||
{#each data.articles as { id, title, article_weight, docs_category } (id)}
|
||||
<li class="article-card">
|
||||
<p>
|
||||
<strong>{title}</strong>
|
||||
<strong>{title} {article_weight ? `(${article_weight})` : ""}</strong>
|
||||
{#if docs_category?.category_name}
|
||||
<br />
|
||||
<small>
|
||||
|
||||
Reference in New Issue
Block a user