---
permalink: /tagged/mozilla.html
title: Posts tagged Mozilla
layout: simple.liquid
data:
  route: posts
---

<a href="/tagged/mozilla.xml">RSS Feed</a>

<table>
  {%- for post in collections.posts.pages %}
    {%- assign postyear = post.published_date | date: "%Y" %}
    {%- if post.tags and post.tags contains "mozilla" -%}
      <tr>
        <td>{{ post.published_date | date: "%d. %b %Y"}}</td>
        <td><a href="/{{post.permalink }}">{{post.title}}</a></td>
      </tr>
    {%- endif %}
  {%- endfor %}
</table>