Skip to content

Commit 43648f5

Browse files
author
hello world
committed
removed contition /uebermich/ in page.html to not render toc-block and reading time
1 parent e067ad7 commit 43648f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="section-title">{{ page.title | safe }}</h1>
1919
<div class="inner-post content">
2020
{% block date %}{{ super() }}{% endblock date %}
2121
{% 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/") %}
22+
{% if current_path is starting_with("/posts/") or current_path is starting_with("/diy/") %}
2323
{% if config.extra.read_time == true or page.updated %}
2424
<div class="post-info"><div class="post-ext-info">
2525
{% if config.extra.read_time == true %}

0 commit comments

Comments
 (0)