Sha256: 8272a9cc09114db9b545fc41dae0d118e043ac2f66abc0ef7ea521bde40d20dd
Contents?: true
Size: 500 Bytes
Versions: 1
Compression:
Stored size: 500 Bytes
Contents
<div class="content"> <h3 class="title">{{ post.title }}</h3> <p class="excerpt">{{ post.lead_text }}</p> {% if post.project_link != empty %} <a href="{{ post.project_link }}" class="project-link"><button class="btn btn-default btn-lg"><i class="fa fa-{{post.button_icon}} fa-lg"></i>{{post.button_text}}</button></a> {% endif %} {% if post.tags != empty %} <div class="tags"> {% for tag in post.tags %} <span>{{ tag }}</span> {% endfor %} </div> {% endif %} </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chiefsan.github.io-0.0 | _includes/post-content.html |