improve project layout for waffles

This commit is contained in:
L3D 2019-02-24 17:58:58 +01:00
parent 3de8b24264
commit 654842a411

View file

@ -2,7 +2,13 @@
{% if from_index %}
<section class="4u 6u(medium) 12u(xsmall) project">
<span class="icon alt major">
<a href="{{ post|url }}" class="project-creator" title="">
<a href="{{ post|url }}" class="project-creator" title="{%
if bag('translate', post.alt, 'projekt_title_start') %}{{ bag('translate', post.alt, 'projekt_title_start') }}{%
else %}{{ bag('translate', 'de', 'projekt_title_start') }}{%
endif %} {{ post.author }} {%
if bag('translate', post.alt, 'projekt_title_ende') %}{{ bag('translate', post.alt, 'projekt_title_ende') }}{%
else %}{{ bag('translate', 'de', 'projekt_title_ende') }}{%
endif %}">
<i class="{{ post.icon }} fa-3x iconshiftdown"></i></a>
</span>
<a href="{{ post|url }}"><h3>{{ post.title }}</h3></a>
@ -15,7 +21,6 @@
<div class="container">
<header class="major">
<h2>{{ post.title }}</h2>
<p></p>
</header>
<section id="content">
{{ post.body }}