10000
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 a39159a commit 5f2e8adCopy full SHA for 5f2e8ad
_config.yml
@@ -8,7 +8,7 @@ permalink: '/blog/:year/:title/'
8
paginate_path: '/blog/page:num/'
9
paginate: 8
10
relative_permalinks: false
11
-excerpt_separator: "<!-- more -->"
+#excerpt_separator: "<!-- more -->"
12
13
url: "http://rangken.github.com"
14
twitter_username: rangken87
index.html
@@ -13,7 +13,6 @@ <h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
15
16
- <!-- <p class="post-excerpt">{{ post.excerpt | markdownify }}(<a href="{{ post.url }}">more</a>)</p> -->
17
</li>
18
{% endfor %}
19
</ul>
0 commit comments