Skip to content

Commit

Permalink
Add support for Since: front-matter, see issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Apr 25, 2013
1 parent c9b0312 commit 5952a61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions faq.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ title: Frequently Asked Questions
%a.accordion-toggle{:href=>"#accordion#{i}", :data=>{:toggle=>"collapse", :parent=>"#faq_accordion"}}= faq.title
.accordion-body.collapse{:id=>"accordion#{i}"}
.accordion-inner
- if faq.since
.alert.alert-success.pull-right
Since CDI #{faq.since}
= faq.content
:javascript
$(document).ready(function(){
Expand Down

0 comments on commit 5952a61

Please sign in to comment.