Skip to content

Commit

Permalink
Removed teaser block
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Aug 19, 2019
1 parent 2c5af65 commit 1af7099
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions eoaforthcoming/templates/eoaforthcoming/eoa-forthcoming.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
</div>
<div class="project-teaser-info">
<div class="project-teaser-info__category">{{ instance.eoaforthcoming.series }}</div>
<h2 class="project-teaser-info__title">{{ instance.eoaforthcoming.title }}</h2>
<h2 class="project-teaser-info__title">{{ instance.eoaforthcoming.title | safe }}</h2>
<div class="project-teaser-info__description">
<div class="expand-block">
<div class="expand-block__content">
<p>{{ instance.eoaforthcoming.description }}</p>
</div><a class="expand-block__more link" href="#">More</a>
</div>
<p>{{ instance.eoaforthcoming.description | safe }}</p>
</div>
<div class="project-teaser-info-authors"><span class="project-teaser-info__author-link">{{ instance.eoaforthcoming.author}}</span></div>
<div class="project-teaser-info__buttons"> </div>
Expand Down

0 comments on commit 1af7099

Please sign in to comment.