Add check to only show readme link when there is additional post content not shown on index page. Handles truncate words problems with Chinese and Japanese characters by checking for a manual break using the site excerpt separator. (#110)
This commit is contained in:
parent
d614580743
commit
1b668a3223
2 changed files with 15 additions and 2 deletions
|
@ -81,6 +81,8 @@ share-links-active:
|
|||
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
||||
|
||||
# --- Misc --- #
|
||||
# Manually break the site excerpt
|
||||
excerpt_separator: <!--read more-->
|
||||
|
||||
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
|
||||
#disqus: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue