From 786ba69cf608b89606a8c9264bbcaa2e4d94f535 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 2 Jan 2016 15:15:30 +0100 Subject: [PATCH] posts: add link to reddit page, if it exists --- ralf/_layouts/page.html | 4 +++- ralf/_posts/2015-10-12-formalizing-rust.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.30.2