2018-12-23 15:22:37 +00:00
|
|
|
---
|
|
|
|
permalink: /tagged/rust.html
|
|
|
|
title: Posts tagged Rust
|
|
|
|
layout: simple.liquid
|
|
|
|
data:
|
|
|
|
route: posts
|
|
|
|
---
|
|
|
|
|
2019-01-21 19:06:41 +00:00
|
|
|
<a href="/tagged/rust.xml">RSS Feed</a>
|
|
|
|
|
2018-12-23 15:22:37 +00:00
|
|
|
<ul>
|
|
|
|
{% for post in collections.posts.pages %}
|
|
|
|
{%- if post.data.tags and post.data.tags contains "rust" -%}
|
|
|
|
<li>{{ post.published_date | date: "%d %b %Y"}}: <a href="/{{post.permalink }}">{{post.title}}</a></li>
|
|
|
|
{%- endif -%}
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|