Skip to content

Commit

Permalink
remove toc
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanguc3m committed May 2, 2018
1 parent e129420 commit 035e2c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permalink: /:year/:month/:day/:title.html
# highlighter: rouge (on my Mac, need to set this to rouge or flas with Jekyll 3.0)
author: Coding Club UC3M

baseurl: "/" # the sub-path of your proejct site, e.g. /myProject/
baseurl: "https://codingclubuc3m.github.io/" # the sub-path of your proejct site, e.g. /myProject/
# or "/" for user site

# limit posts on Home page to this number:
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="post-title">{{ page.title }}</h1>
<div class="post-date">
Written on {{ page.date | date: "%B %e, %Y" }} by {{ page.author }}
</div>

{% include toc.html html=content %}
{{ content }}
</div>

Expand Down

0 comments on commit 035e2c1

Please sign in to comment.