website/templates/computers.html.tera

9 lines
245 B
Plaintext

{% extends "nav" %}
{% block content %}
<h2>Computers</h2>
<ul>
<li><a href="/computers/rust-compilation">Cross-Compiling Rust for Debian Buster on Raspberry Pi 3B+</a> - <i>18 May, 2020</i></li>
</ul>
<hr>
{%- endblock %}