diff --git a/ianonavy/projects.html b/ianonavy/projects.html index 65ea63a..195575a 100644 --- a/ianonavy/projects.html +++ b/ianonavy/projects.html @@ -4,7 +4,6 @@ title: Projects permalink: /projects/ projects: - - title: Potato Ipsum image: potatoipsum.png description: Lorem ipsum for potato fans. @@ -14,16 +13,19 @@ projects: image: mirrors.png description: Friends at WPI wanted to apt-get upgrade and pacman -Syu at lightning speed, so I made it happen. url: http://mirrors.acm.wpi.edu/ - --- + {% for project in page.projects %}
-

{{ project.title }}

+

{{ project.title }}

- + -

{{ project.description }}

+

{{ project.description }}

-

Go to site →

+

Go to site →

{% endfor %}