Skip to content

Commit

Permalink
conditional subtitle display
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyg committed Apr 2, 2017
1 parent 37a2f28 commit 0df0828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subtitle.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<h3 class="subtitle">{{ item.subtitle }}</h3>
{% if item.subtitle != "SUBTITLE" %}<h3 class="subtitle">{{ item.subtitle }}</h3>{% endif %}

0 comments on commit 0df0828

Please sign in to comment.