catgofire / catgofire.github.com

Catgofire.com

This URL has Read+Write access

catgofire.github.com / friends.html
100644 29 lines (28 sloc) 0.758 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: friends
friends:
  - name: Aidan
    site: http://aidanzanders.com/
  - name: Ash
    site: http://www.ashsmash.com/
  - name: J.T.
    site: http://www.jtroll.com/
  - name: Kristen
    site: http://www.kristenl.com/
  - name: Marshall
    site: http://mroch.com/
  - name: Max
    site: http://maxj.net/
  - name: Renée
    site: http://www.andrew.cmu.edu/user/rcyang/
---
 
<h1>[some] Friends [with websites]</h1>
<h3>Ordered by squishiness, which coincidentally looks alphabetical</h3>
<div style="margin:0 auto;width:120px;text-align:center;">
  <ul class="blank" style="font-size:16px;">
    {% for friend in page.friends %}
    <li><a href="{{ friend.site }}">{{ friend.name }}</a></li>
    {% endfor %}
  </ul>
</div>