Skip to content

Commit 0a6b83c

Browse files
committed
Update index.html
1 parent 47db2fd commit 0a6b83c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
<div class="toc">
5+
<!-- <div class="toc">
66
<h2>On This Page:</h2>
77
<ul>
88
{% for post in paginator.posts %}
@@ -14,13 +14,13 @@ <h2>On This Page:</h2>
1414
{% endunless %}
1515
{% endfor %}
1616
</ul>
17-
</div>
17+
</div> -->
1818

1919
<div class="posts">
2020
{% for post in paginator.posts %}
2121
{% unless post.categories contains "strange-researches" or post.categories contains "cities" %}
2222
<article class="post">
23-
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
23+
<!-- <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1> -->
2424
<div class="entry">
2525
<p>{{ post.content | truncate: 600 }}</p> <!-- Display first 500 characters of post content -->
2626
</div>

0 commit comments

Comments
 (0)