Skip to content

Commit

Permalink
Deleted unnecessary additional logo at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw1999 committed Dec 27, 2020
1 parent a2d677c commit 7dbf93c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions _includes/layouts/resources.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,24 @@ layout: layouts/base.njk
---

<div class="container">
<img src="{{ '/images/logo.png' | url }}" alt="">
<br/><br/>
<h2>Relevant resources</h2>
<p>Below, we have a list of blogs, tweets, and other commentary about Black Lives Matter.</p>
<br/>


{%for resource in resources%}

<a href="{{ resource.url | url }}">
<div>
<h4 >
{{resource.title}}
</h4>
<p class="resource-summary">
{{resource.summary}}
</p>
{{resource.summary}}
</p>
</div>
</a>

{% endfor %}
<br/>
</div>
2 changes: 1 addition & 1 deletion statements.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: layouts/base.njk
---

<div class="container">
<img src="{{ '/images/logo.png' | url }}" alt="">
<br/><br/>
<h2>We hold companies accountable.</h2>
<p>View responses to the Black Lives Matter Movement.</p>
<div class="container">
Expand Down

0 comments on commit 7dbf93c

Please sign in to comment.