File tree 5 files changed +20
-2
lines changed
5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ < div class ="people ">
6
+
7
+ < h2 > {{ page.title }}</ h2 >
8
+
9
+ < div class ="entry "> {{ content }}</ div >
10
+ {% if page.image != null %}
11
+ < img src ="{{ page.image }} " class ="img-polaroid " style ="max-height: 200px; ">
12
+ {% endif %}
13
+
14
+ </ div >
15
+
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ <h2>{{ page.title }}</h2>
11
11
< span class ="category "> Category: {{ page.categories | category_links }}</ span >
12
12
13
13
< div class ="entry "> {{ content }}</ div >
14
-
14
+ {% if page.image != null %}
15
+ < img src ="{{ page.image }} " class ="img-polaroid " style ="max-height: 200px; ">
16
+ {% endif %}
15
17
< span class ="meta "> < small > By {{ site.author }} © {{page.date | date: "%Y"}}</ small > </ span >
16
18
17
19
</ div >
Original file line number Diff line number Diff line change 1
1
---
2
- layout : post
2
+ layout : people
3
3
title : Aaron Racicot
4
4
category : people
5
5
6
+ image : /people/image/aaron_racicot.jpg
6
7
permalink : /people/aaron_racicot
7
8
excerpt : Open Source GIS Developer
8
9
---
You can’t perform that action at this time.
0 commit comments