Skip to content

Commit

Permalink
make card on homepage linking to dev page
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner committed Oct 21, 2024
1 parent b9cca6f commit 0e1a8e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _includes/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,20 @@ <h2 class="card-title">{{ card.name }}</h2>
{% endif %}
{% endfor %}

<div class="col-md-4 mb-5">
<div class="card h-100">
<div class="card-body">
<h2 class="card-title">Development zone</h2>
<p class="card-text">More RSS packages, still under active development; use at your own risk!</p>
</div>
<div class="blog-footer">

<a class="btn btn-primary btn-sm" href="/development.html" >
See packages
</a>

</div>
</div>
</div>

</div>

0 comments on commit 0e1a8e1

Please sign in to comment.