Skip to content

Commit

Permalink
Merge pull request #261 from assertchris/template-whitespace-cleanup
Browse files Browse the repository at this point in the history
Cleaned up mixture of tabs and whitespace in PostSummary template
  • Loading branch information
Damian Mooyman committed Jun 3, 2015
2 parents e37e121 + de767b3 commit 83673d9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions templates/Includes/PostSummary.ss
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<div class="post-summary">
<h2>
<a href="$Link" title="<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>">
<% if $MenuTitle %>$MenuTitle
<% else %>$Title<% end_if %>
</a>
</h2>
<h2>
<a href="$Link" title="<%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>">
<% if $MenuTitle %>$MenuTitle
<% else %>$Title<% end_if %>
</a>
</h2>

<p class="post-image">
<a href="$Link" <%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>>
$FeaturedImage.setWidth(795)
</a>
</p>

<p class="post-image">
<a href="$Link" <%t Blog.ReadMoreAbout "Read more about '{title}'..." title=$Title %>>
$FeaturedImage.setWidth(795)
</a>
</p>

<% if $Summary %>
<p>$Summary
<% else %>
Expand All @@ -22,5 +22,5 @@
</a>
</p>

<% include EntryMeta %>
</div>
<% include EntryMeta %>
</div>

0 comments on commit 83673d9

Please sign in to comment.