Skip to content

Commit

Permalink
Use markdown .Content instead of .Description
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta committed May 15, 2015
1 parent 8fb54fb commit 3b54c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">{{ .Title }}</h2>
{{ .Description }}
{{ .Content }}
</div>
{{ with .Params.img }}
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
Expand All @@ -37,7 +37,7 @@ <h2 class="section-heading">{{ .Title }}</h2>
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">{{ .Title }}</h2>
{{ .Description }}
{{ .Content }}
</div>
{{ with .Params.img }}
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
Expand Down

0 comments on commit 3b54c43

Please sign in to comment.