Skip to content

Commit

Permalink
show the initial page
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica González <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed Mar 17, 2017
1 parent 0450f96 commit 51972a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/blog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<repeat group="{{ @messages }}" value="{{ @item }}">
<article class="post-preview" itemscope itemType="http://schema.org/BlogPosting">
<link itemprop="mainEntityOfPage" href="{{@BASE}}/{{ @item.url }}" />
<a href="{{@BASE}}/{{ @item.url }}" rel="bookmark">
<a href="{{@BASE}}/{{ @item.pagUrl }}" rel="bookmark">
<h2 class="post-title" itemprop="name headline">
{{ @item.title }}
</h2>
Expand Down

0 comments on commit 51972a3

Please sign in to comment.