Skip to content

Instantly share code, notes, and snippets.

@julescarbon
Created October 17, 2012 22:43
Show Gist options
  • Save julescarbon/3908811 to your computer and use it in GitHub Desktop.
Save julescarbon/3908811 to your computer and use it in GitHub Desktop.
condensed description example
<style>
.short { display: block; }
.short .more { font-weight: bold; cursor: pointer; }
.long { display: none; }
.long .less { font-weight: bold; cursor: pointer; }
</style>
{{#events}}
<p>{{name}}</p>
<span class="description">
{{condensed_description}}
</span>
{{/events}}
@ryderr
Copy link

ryderr commented Oct 17, 2012

siiiick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment