ghost blog integrated

This commit is contained in:
Christoph J. Scherr 2023-09-26 22:54:20 +02:00
parent eb1d4e85ed
commit 50d17032af
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
{% 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>