mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
8ade222821
commit
8eca90567d
3 changed files with 5 additions and 5 deletions
|
|
@ -53,7 +53,8 @@ code {
|
|||
{% endfor %}
|
||||
</ol>
|
||||
</nav>
|
||||
<div class="fs-6">
|
||||
{{ article.content | markdown | safe }}
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -8,8 +8,7 @@
|
|||
{#% block nav_home %}active{% endblock %#}
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<div class="fs-6">
|
||||
{% breadcrumbs_category category as current_breadcrumbs %}
|
||||
<nav style="padding-top: 0.76rem; --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");" aria-label="breadcrumb">
|
||||
|
||||
|
|
@ -31,5 +30,5 @@
|
|||
<li class="list-group-item"><a href="{% url 'article_detail' article.slug %}">{{ article.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
{% load static %}
|
||||
{% load sekizai_tags %}
|
||||
{% block title %}Knowledge Base Categories | Labelbase{% endblock %}
|
||||
{#% block nav_home %}active{% endblock %#}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue