Skip to content

Commit

Permalink
clean up latest news link
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 11, 2021
1 parent 9f2311c commit 013bae9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="heading-beta">What do we care about?</h2>
</div>

<div class="container-lg-home px-4">
<h2 class="heading-epsilon mb-3">Latest News</h2>
<h2 class="heading-epsilon mb-3">Latest News <h2 class="heading-epsilon mb-3">Latest News <a style="float:right" href="/archive/">News Archive</a></h2>
<div class="d-md-flex d-wrap gut-md">
{% for post in site.posts limit: 2 %}
<div class="col-md-6">
Expand All @@ -77,8 +77,6 @@ <h3 class="heading-gamma">
</div>
{% endfor %}
</div>
<a style="padding-bottom:25px; margin-bottom:25px" href="{{ site.baseurl }}/archive/">News Archive</a>
<br>
</div>

<div class="page-section bg-royal-blue overflow-hidden">
Expand Down

0 comments on commit 013bae9

Please sign in to comment.