Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchott authored Nov 29, 2023
1 parent 7a0a47c commit 2599b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/resources-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3 class="text-white mt-4 mb-3 text-center">{{ sub-section.title }}</h3>
{% if sub-section.button-is-internal %}
{% assign pagepath = sub-section.button-url %}
{{ pagepath }}
<a class="btn btn-sm btn-primary mx-auto" href="{% comment %} {% link {{ pagepath }} %} {% endcomment %}">{{ sub-section.button-text }}</a>
<a class="btn btn-sm btn-primary mx-auto" href="{% link {{ pagepath }} %}">{{ sub-section.button-text }}</a>
{% else %}
<a class="btn btn-sm btn-primary mx-auto" href="{{ sub-section.button-url }}" target="_blank">{{ sub-section.button-text }} <i class="fas fa-external-link-alt"></i></a>
{% endif %}
Expand Down

0 comments on commit 2599b67

Please sign in to comment.