---
title: Links
layout: default
pagination:
data: links
size: 30
image: /assets/img/ogi/links.jpg
---
{% capture css %}
{% render "./assets/styles/pages/links.css" %}
{% endcapture %}
{% for link in pagination.items %}
-
{{ link.title }}
{% if link.author and link.author != 'undefined' %}by {{ link.author }}{% endif %}
{% endfor %}
{% render "partials/paginator.liquid", pagination:pagination %}