---
layout: category
category-name: technology
title: Technology Posts
permalink: /technology/
---
{% if site.categories.technology.size > 0 %}
{% for post in site.categories.technology %} {% include post-item.html %} {%
endfor %}
{% else %}
No posts to show.
{% endif %}