Skip to content

Commit

Permalink
update external URLs on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermoseley committed Mar 17, 2024
1 parent 9cd9b45 commit 75d60f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doks-theme/_layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1 class="hero-subheader__title">{{ page.title }}</h1>
<div class="align-inner">
<div class="hero-subheader__author">
<p class="hero-subheader__author-title">
{% if button.external_url == true %}
{% if page.author.external_url == true %}
<a href="{{ page.author.title_url }}" class="btn btn--read-more">
{{ page.author.title }}
<i class="icon icon--arrow-right"></i>
Expand Down

0 comments on commit 75d60f2

Please sign in to comment.