Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
microud committed May 13, 2016
1 parent dfb7189 commit 42c9b60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions next-mist/page-about.hbs
Expand Up @@ -7,25 +7,6 @@
<article class="post post-type-normal" itemscope="" itemtype="http://schema.org/Article" style="opacity: 1; display: block; transform: translateY(0px);">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">{{title}}</h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon"><i class="fa fa-calendar-o"></i></span>
<span class="post-meta-item-text">发表于</span>
<time itemprop="dateCreated">{{date format='YYYY-MM-DD'}}</time>
</span>
<span class="post-category">&nbsp; | &nbsp;
<span class="post-meta-item-icon">
<i class="fa fa-folder-o"></i>
</span>
<span class="post-meta-item-text">分类于</span>
<span itemprop="about" itemscope="" itemtype="https://schema.org/Thing">
{{#if tags}}
{{tags}}
{{/if}}
</span>
</span>

</div>
</header>
<div class="post-body" itemprop="articleBody">
{{content}}
Expand Down
File renamed without changes.

0 comments on commit 42c9b60

Please sign in to comment.