visual improvement

This commit is contained in:
Christoph J. Scherr 2023-10-02 18:07:01 +02:00
parent 1ce0d52302
commit c0750fdb30
3 changed files with 8 additions and 1 deletions

View File

@ -13,3 +13,11 @@ desc = """
bash scripting can be kind of weird.
This guide explains how they work without any fuzz.
"""
[lang.de]
title = "Bash Arrays"
subtitle = "Wie man mit Bash Arrays arbeitet"
desc = """
Bash Skripte sind manchmal etwas seltsam.
Hier wird erklärt, wie man mit Bash Arrays arbeitet.
"""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -28,7 +28,6 @@
{% translate "Blog" %}
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="http://localhost:8081">{% translate "Ghost Blog" %}</a></li>
<li><a class="dropdown-item" href="{% url 'blog:index' %}">{% translate "Start" %}</a></li>
<li><a class="dropdown-item" href="{% url 'blog:category_list' %}">{% translate "category list" %}</a></li>
</ul>