Skip to content

Commit

Permalink
Added title the overview block
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Oct 8, 2019
1 parent 6fcc2da commit fe8e785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
Binary file added storage/rebrand/icon/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions templates/_snippet/_content/_blocks/_overview.twig
Expand Up @@ -7,6 +7,9 @@

<div class="{{ class }}">
<div class="grid">
{% if block.blockTitle|length %}
<h2>{{ block.blockTitle }}</h2>
{% endif %}
{% for overviewEntry in block.entries.with(['overviewImage']).all() %}
<div class="grid__12 grid__4@med">
<a class="card card--nav card--link" href="{{ overviewEntry.url }}">
Expand Down
53 changes: 0 additions & 53 deletions templates/_snippet/_content/_blocks/_textThreeColumns.twig

This file was deleted.

0 comments on commit fe8e785

Please sign in to comment.