visual improvement
This commit is contained in:
parent
1ce0d52302
commit
c0750fdb30
|
@ -13,3 +13,11 @@ desc = """
|
||||||
bash scripting can be kind of weird.
|
bash scripting can be kind of weird.
|
||||||
This guide explains how they work without any fuzz.
|
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 |
|
@ -28,7 +28,6 @@
|
||||||
{% translate "Blog" %}
|
{% translate "Blog" %}
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu">
|
<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:index' %}">{% translate "Start" %}</a></li>
|
||||||
<li><a class="dropdown-item" href="{% url 'blog:category_list' %}">{% translate "category list" %}</a></li>
|
<li><a class="dropdown-item" href="{% url 'blog:category_list' %}">{% translate "category list" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue