Skip to content

Commit 722aa9e

Browse files
committed
Merge branch 'bettin-post-markdown'
2 parents 4895843 + a63213f commit 722aa9e

5 files changed

+9
-20
lines changed

_includes/services.html _includes/page_content.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<hr class="section-heading-spacer">
1313
<div class="clearfix"></div>
1414
<h2 class="section-heading">{{ post.title }}</h2>
15-
{{ post.description }}
15+
<div class="lead">{{ post.content }}</div>
1616
</div>
1717
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
1818
<img class="img-responsive" src="img/services/{{ post.img }}" alt="">
@@ -35,7 +35,7 @@ <h2 class="section-heading">{{ post.title }}</h2>
3535
<hr class="section-heading-spacer">
3636
<div class="clearfix"></div>
3737
<h2 class="section-heading">{{ post.title }}</h2>
38-
{{ post.description }}
38+
<div class="lead">{{ post.content }}</div>
3939
</div>
4040
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
4141
<img class="img-responsive" src="img/services/{{ post.img }}" alt="">

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<body>
66
{% include header.html %}
77
{% include about.html %}
8-
{% include services.html %}
8+
{% include page_content.html %}
99
{% include contact.html %}
1010
{% include footer.html %}
1111
{% include js.html %}
1212
</body>
13-
</html>
13+
</html>

_posts/2014-09-21-services-1.markdown

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ img: ipad.png
44
category: Services
55
title: Death to the Stock Photo:<br>Special Thanks
66
description: |
7-
<p class="lead">A special thanks to <a target="_blank"
8-
href="http://join.deathtothestockphoto.com/">Death to the Stock
9-
Photo</a> for providing the photographs that you see in this template.
10-
Visit their website to become a member!</p>
11-
127
---
8+
A special thanks to [Death to the Stock Photo](http://join.deathtothestockphoto.com/) for providing the photographs that you see in this template. Visit their website to become a member!

_posts/2014-09-22-services-2.markdown

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ img: dog.png
44
category: Services
55
title: 3D Device Mockups<br>by PSDCovers
66
description: |
7-
<p class="lead">Turn your 2D designs into high quality, 3D
8-
product shots in seconds using free Photoshop actions by <a
9-
target="_blank" href="http://www.psdcovers.com/">PSDCovers</a>! Visit
10-
their website to download some of their awesome, free photoshop
11-
actions!</p>
12-
137
---
8+
Turn your 2D designs into high quality, 3D
9+
product shots in seconds using free Photoshop actions by [PSDCovers](http://www.psdcovers.com/)! Visit
10+
their website to download some of their awesome, free photoshop actions!

_posts/2014-09-23-services-3.markdown

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@ img: phones.png
44
category: Services
55
title: Google Web Fonts and<br>Font Awesome Icons
66
description: |
7-
<p class="lead">This template features the 'Lato' font,
8-
part of the <a target="_blank" href="http://www.google.com/fonts">Google
9-
Web Font library</a>, as well as <a target="_blank"
10-
href="http://fontawesome.io">icons from Font Awesome</a>.</p>
11-
127
---
8+
This template features the 'Lato' font, part of the [Google Web Font library](http://www.google.com/fonts), as well as [icons from Font Awesome](http://fontawesome.io).

0 commit comments

Comments
 (0)