Skip to content

Commit

Permalink
Add challenge byline to challenge.html (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat authored Sep 7, 2024
1 parent 0eff226 commit dbc603a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/challenge.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ <h3 class="challenge-value text-center">
</div>
{% endif %}

<small class="challenge-attribution text-center text-muted">
{% block attribution %}{{ challenge.byline }}{% endblock %}
</small>

<span class="challenge-desc">{% block description %}{{ challenge.html }}{% endblock %}</span>

{% if challenge.connection_info %}
Expand Down

0 comments on commit dbc603a

Please sign in to comment.