Commit 0a6b83c 1 parent 47db2fd commit 0a6b83c Copy full SHA for 0a6b83c
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- < div class ="toc ">
5
+ <!-- < div class="toc">
6
6
<h2>On This Page:</h2>
7
7
<ul>
8
8
{% for post in paginator.posts %}
@@ -14,13 +14,13 @@ <h2>On This Page:</h2>
14
14
{% endunless %}
15
15
{% endfor %}
16
16
</ul>
17
- </ div >
17
+ </div> -->
18
18
19
19
< div class ="posts ">
20
20
{% for post in paginator.posts %}
21
21
{% unless post.categories contains "strange-researches" or post.categories contains "cities" %}
22
22
< 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> -- >
24
24
< div class ="entry ">
25
25
< p > {{ post.content | truncate: 600 }}</ p > <!-- Display first 500 characters of post content -->
26
26
</ div >
You can’t perform that action at this time.
0 commit comments