Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • zolekode-master-patch-26857
  • zolekode-master-patch-78201
  • zolekode-master-patch-54259
  • zolekode-master-patch-38209
5 results

post.html

Blame
  • post.html 432 B
    ---
    layout: default
    ---
    
    <div class="row">
      <div class="col s12 m5 right">
        <div class="card">
          <div class="card-content">
            <span class="card-title">
                {{ page.title }}
            </span>
            {% if post.subtitle %}<h6>{{post.subtitle}}</h6>{% endif %}
            
            {% include post_meta.html post=page %}
            
          </div>
        </div>
      </div>
      <div class="caption">
        {{content}}
      </div>
    </div>