X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/c3f35ab1622ecb792dba0ece727f148abf6018fb..97e64303244a752b153900e6a78e54ad8e3d3421:/ralf/_layouts/page.html?ds=inline

diff --git a/ralf/_layouts/page.html b/ralf/_layouts/page.html
index 99737e0..911a35a 100644
--- a/ralf/_layouts/page.html
+++ b/ralf/_layouts/page.html
@@ -1,17 +1,9 @@
 ---
 layout: default
 ---
-{% if page.pretitle %}
-<header class="pretitle">
-  {% if page.date %}
-    <div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
-  {% endif %}
-  <h1>{{ page.pretitle }}</h1>
-</header>
-{% endif %}
 
 <header class="title">
-  <h1>{{ page.title }}</h1>
+<h1>{{ page.title }}</h1>
 </header>
 
 {{ content }}