fix merge conflicts again........
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
</span>
|
||||
<i class="fab fa-discord text-4xl"></i>
|
||||
</div>
|
||||
<a href="https://discord.fet.at/" class="flex-1">
|
||||
<a href="{% url 'discord' %}" class="flex-1">
|
||||
FET Discord-Server<br>
|
||||
<span class="hidden lg:inline text-sm text-gray-300 dark:text-gray-400">Du hast Fragen zum Studium oder möchtest dich einfach mich anderen Studierenden austauschen? </span><span class="text-sm text-gray-300 dark:text-gray-400">Klicke hier zum Beitreten <span class="hidden sm:inline"><i class="far fa-angle-right"></i></span></span>
|
||||
</a>
|
||||
|
||||
@@ -2,7 +2,11 @@
|
||||
<a href="{{ post.url }}" class="block p-4">
|
||||
<div class="float-right px-2 py-0.5 rounded-full text-sm font-medium text-proprietary dark:text-blue-100 bg-blue-200 dark:bg-proprietary-dark">
|
||||
<i class="fa-solid fa-calendar-days mr-1"></i>
|
||||
<<<<<<< HEAD
|
||||
<p style="margin-bottom: 0rem;">{{ post.date|date:"d. F Y" }}</p>
|
||||
=======
|
||||
<p>{{ post.date|date:"d. F Y" }}</p>
|
||||
>>>>>>> fix merge conflicts again........
|
||||
</div>
|
||||
<h3 class="text-gray-800 dark:text-gray-200 leading-relaxed">{{ post.title|safe|truncatechars:60 }}</h3>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user