From: Ralf Jung Date: Sat, 2 Jan 2016 14:15:30 +0000 (+0100) Subject: posts: add link to reddit page, if it exists X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/786ba69cf608b89606a8c9264bbcaa2e4d94f535?ds=inline posts: add link to reddit page, if it exists --- diff --git a/ralf/_layouts/page.html b/ralf/_layouts/page.html index d3b16f2..4208919 100644 --- a/ralf/_layouts/page.html +++ b/ralf/_layouts/page.html @@ -44,7 +44,9 @@ {{ content }} - {% if page.post %}

Comments? Drop me a mail!

{% endif %} + {% if page.post %} +

Comments? Drop me a mail{% if page.reddit %} or leave a note on reddit{% endif %}!

+ {% endif %} diff --git a/ralf/_posts/2015-10-12-formalizing-rust.md b/ralf/_posts/2015-10-12-formalizing-rust.md index 3ad7cfa..672f900 100644 --- a/ralf/_posts/2015-10-12-formalizing-rust.md +++ b/ralf/_posts/2015-10-12-formalizing-rust.md @@ -1,6 +1,7 @@ --- title: Formalizing Rust categories: research rust +reddit: /rust/comments/3ofkz6/formalizing_rust/ --- My current research project - and the main topic of my PhD thesis - is about developing a *semantic model* of the [Rust programming language](https://www.rust-lang.org/) and, most importantly, its type system.