Skip to content

Commit cf3c1b1

Browse files
committed
Excerpt separator
1 parent aaf588c commit cf3c1b1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
1616
url: "http://yourdomain.com" # the base hostname & protocol for your site
1717
twitter_username: jekyllrb
1818
github_username: jekyll
19+
excerpt_separator: "<!-- more -->"
1920

2021
# Build settings
2122
markdown: kramdown

_posts/2015-12-01-adding_a_project_to_bookmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories: asciicast
99
{% asciicast 29529 %}
1010
</div>
1111

12-
<!--more-->
12+
<!-- more -->
1313

1414
*vim-ctrlspace* allows you to bookmark your projects. When you run
1515
*vim-ctrlspace* for the first time, the bookmark list is empty. It’s time to

_posts/2015-12-01-finding-bookmarked-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Once you [added your first project to bookmarks][1], every time you start
1313
working on the project, after opening *Vim*, you have to select the project in
1414
*vim-ctrlspace*. Fortunately it’s a walk in the park! See below how easy it is:
1515

16-
<!--more-->
16+
<!-- more -->
1717

1818
{% gist ryrych/c2d868449e4dcf18cdd1 %}
1919

_posts/2015-12-01-grouping-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ the project scope. This way a third tab, *Plans & goals* can be added.
2121

2222
Will **learning vim-ctrlspace** land in your **2016 Plan & goals** list?
2323

24-
<!--more-->
24+
<!-- more -->
2525

2626
{% gist ryrych/e95ba23a5f71c93cfda4 %}

0 commit comments

Comments
 (0)