Created
November 28, 2012 06:53
-
-
Save lukeholder/4159489 to your computer and use it in GitHub Desktop.
PrintsOfWhales
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def random_home_page_blurb (blurbs) | |
selected_blurb = blurbs.sample | |
output = "<span class='heading letterspaced txtshadow-light'>#{selected_blurb[:setup]}</span><br /><br />" | |
output << "<span class='subheading letterspaced txtshadow-light'>#{selected_blurb[:punchline]}<span>" | |
span.html_safe | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment