Skip to content
Snippets Groups Projects
Unverified Commit 13dda2ff authored by Dan Braghis's avatar Dan Braghis Committed by GitHub
Browse files

Merge pull request #57 from OpenTechFund/feature/80-remove-breadcrumbs

removing breadcrumbs include from the information page template
parents 388b44f2 d7f75451
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,6 @@ ...@@ -5,10 +5,6 @@
<div class="wrapper wrapper--flex"> <div class="wrapper wrapper--flex">
<section class="section section--main"> <section class="section section--main">
{% block breadcrumbs %}
{% include "navigation/breadcrumbs.html" %}
{% endblock %}
{% if page.introduction %} {% if page.introduction %}
<h4 class="heading heading--introduction">{{ page.introduction }}</h4> <h4 class="heading heading--introduction">{{ page.introduction }}</h4>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment