get rid of category "university"
[web.git] / ralf / _layouts / post.html
1 ---
2 layout: default
3 ---
4
5 <header class="title">
6     {% include post-header.html item=page %}
7     <h1>{{ page.title }}</h1>
8 </header>
9
10 {{ content }}
11
12 <p class="comment">Comments? <a href="mailto:post-AT-ralfj-DOT-de">Drop me a mail</a>{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}">leave a note on reddit</a>{% endif %}!</p>