Skip to content

Commit

Permalink
Added support for videos etc in post.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
max-holland committed Mar 31, 2014
1 parent 0c4df02 commit 8adcd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<article class="post" id="{{id}}" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header>
{{content words=0}}
<h2 class="post-title" itemprop="name headline"><a href="{{url}}" itemprop="url">{{title}}</a></h2>
</header>
<section class="post-text" itemprop="articleBody text">
Expand Down
1 change: 1 addition & 0 deletions tag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<article class="post" id="{{id}}" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<header>
{{content words=0}}
<h2 class="post-title" itemprop="name headline"><a href="{{url}}" itemprop="url">{{title}}</a></h2>
</header>
<section class="post-text" itemprop="articleBody text">
Expand Down

0 comments on commit 8adcd9e

Please sign in to comment.