improve project layout for waffles
This commit is contained in:
parent
3de8b24264
commit
654842a411
1 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,13 @@
|
||||||
{% if from_index %}
|
{% if from_index %}
|
||||||
<section class="4u 6u(medium) 12u(xsmall) project">
|
<section class="4u 6u(medium) 12u(xsmall) project">
|
||||||
<span class="icon alt major">
|
<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>
|
<i class="{{ post.icon }} fa-3x iconshiftdown"></i></a>
|
||||||
</span>
|
</span>
|
||||||
<a href="{{ post|url }}"><h3>{{ post.title }}</h3></a>
|
<a href="{{ post|url }}"><h3>{{ post.title }}</h3></a>
|
||||||
|
@ -15,7 +21,6 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
<h2>{{ post.title }}</h2>
|
<h2>{{ post.title }}</h2>
|
||||||
<p></p>
|
|
||||||
</header>
|
</header>
|
||||||
<section id="content">
|
<section id="content">
|
||||||
{{ post.body }}
|
{{ post.body }}
|
||||||
|
|
Loading…
Reference in a new issue