Skip to content

Commit

Permalink
quick bug fix for careless examples button
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner committed Jun 3, 2024
1 parent 78ef97b commit 98535df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Reciprocal Space Station
plugins:
- jekyll-font-awesome-sass

port: 4502
port: 4500
9 changes: 5 additions & 4 deletions _includes/cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ <h2 class="card-title">{{ card.name }}</h2>
View Documentation
</a>
{% endif %}
<a class="btn btn-primary btn-sm" href="{{ card.link }}" >
View on GitHub
</a>

{% if card.examples %}
<a class="btn btn-secondary btn-sm" href="{{ card.docs }}" >
<a class="btn btn-secondary btn-sm" href="{{ card.examples }}" >
Examples
</a>
{% endif %}
<a class="btn btn-primary btn-sm" href="{{ card.link }}" >
View on GitHub
</a>

</div>
</div>
Expand Down

0 comments on commit 98535df

Please sign in to comment.