Skip to content

Commit

Permalink
Update description.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-joseph authored Oct 22, 2024
1 parent e87acbf commit 904a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/index/description.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">About this podcast</h5>
<h5 class="card-title">Introduction</h5>
<p class="card-text">{{ site.description }}</p>
{%- assign about = site.data.config-nav | where: "stub","/about.html" | size -%}
{% if about > 0 %}<a class="btn btn-outline-primary" href="{{ '/about.html' | relative_url }}" >Learn More &raquo;</a>{% endif %}
Expand Down

0 comments on commit 904a77c

Please sign in to comment.