2018-12-23 15:22:37 +00:00
|
|
|
---
|
|
|
|
permalink: /tagged/mozilla.html
|
|
|
|
title: Posts tagged Mozilla
|
|
|
|
layout: simple.liquid
|
|
|
|
data:
|
|
|
|
route: posts
|
|
|
|
---
|
|
|
|
|
2019-01-21 19:06:41 +00:00
|
|
|
<a href="/tagged/mozilla.xml">RSS Feed</a>
|
|
|
|
|
2019-04-23 21:13:08 +00:00
|
|
|
<table>
|
|
|
|
{%- for post in collections.posts.pages %}
|
|
|
|
{%- assign postyear = post.published_date | date: "%Y" %}
|
|
|
|
{%- if post.data.tags and post.data.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>
|