We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e067ad7 commit 43648f5Copy full SHA for 43648f5
templates/page.html
@@ -19,7 +19,7 @@ <h1 class="section-title">{{ page.title | safe }}</h1>
19
<div class="inner-post content">
20
{% block date %}{{ super() }}{% endblock date %}
21
{% if page.extra.subtitle %}<h1>{{ page.extra.subtitle | safe}}</h1>{% endif %}
22
- {% if current_path is starting_with("/posts/") or current_path is starting_with("/diy/") or current_path is starting_with("/uebermich/") %}
+ {% if current_path is starting_with("/posts/") or current_path is starting_with("/diy/") %}
23
{% if config.extra.read_time == true or page.updated %}
24
<div class="post-info"><div class="post-ext-info">
25
{% if config.extra.read_time == true %}
0 commit comments