Skip to content

Commit 4f433b2

Browse files
committed
Updating things so people have a place for pics and a new _layout for people... just a start.
1 parent 39ce036 commit 4f433b2

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

_layouts/people.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

_layouts/post.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ <h2>{{ page.title }}</h2>
1111
<span class="category">Category: {{ page.categories | category_links }}</span>
1212

1313
<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 %}
1517
<span class="meta"><small>By {{ site.author }} &copy; {{page.date | date: "%Y"}}</small></span>
1618

1719
</div>

_posts/people/0000-01-01-aaron_racicot.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
layout: post
2+
layout: people
33
title: Aaron Racicot
44
category: people
55

6+
image: /people/image/aaron_racicot.jpg
67
permalink: /people/aaron_racicot
78
excerpt: Open Source GIS Developer
89
---

people/image/aaron_racicot.jpg

253 KB
Loading

presentations/archive/foo.ppt

Whitespace-only changes.

0 commit comments

Comments
 (0)