This commit is contained in:
Xavier Fiechter 2024-08-04 20:05:03 +02:00
parent 8ade222821
commit 8eca90567d
3 changed files with 5 additions and 5 deletions

View file

@ -53,7 +53,8 @@ code {
{% endfor %}
</ol>
</nav>
<div class="fs-6">
{{ article.content | markdown | safe }}
</div>
{% endblock %}

View file

@ -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(&#34;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&#34;);" 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 %}

View file

@ -5,7 +5,7 @@
{% load static %}
{% load sekizai_tags %}
{% block title %}Knowledge Base Categories | Labelbase{% endblock %}
{#% block nav_home %}active{% endblock %#}
{% block content %}