public
Description: Meta Theme for Mephisto
Homepage: http://www.metaskills.net/meta-theme-for-mephisto
Clone URL: git://github.com/metaskills/metatheme.git
commit  bdc1f2326da0af26a735e79e2fd623c2b8b75c1a
tree    2f37e3ae7ebc79103c0901f6007dc710ab2f2427
parent  211c8af5219d84e3ef56c6e951dc3e03be3d198c
metatheme / templates / _page.liquid
100644 20 lines (12 sloc) 0.487 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
<div class="breadcrumb">&nbsp;</div>
 
<h1 class="content-title">{{ article.title }}</h1>
 
<div class="node">
  
  <div class="info-top"></div>
  <div class="bloglinks">{% include 'blogosphere_links' %} |</div>
  <div class="info">Updated On: {{ article.updated_at | format_date: 'mdy', true }} by {{ article.author.login }}</div>
  <div class="content" style="margin-top:10px;">
    {% include 'first_asset' %}
    {{ article.body }}
  </div>
  
  {% include 'comments' %}
  
</div>