Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
Oops, fixed a bug in #8
Browse files Browse the repository at this point in the history
  • Loading branch information
kizu committed Apr 17, 2013
1 parent 9c721e3 commit 4d79b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/showerify.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

<!-- Looking for strong in header for shout -->
{% capture slide_header_content %}^BEGIN^{{ slide | remove_first:slide_attrs | split:'</h2>' | first }}$END${% endcapture %}
{% assign slide_extra_class = '' %}
{% if slide_header_content contains '^BEGIN^><strong>' and slide_header_content contains '</strong>$END$' %}
{% assign slide_extra_class = ' shout' %}
{% endif %}
Expand Down

0 comments on commit 4d79b31

Please sign in to comment.