Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
fix(config): only apply external link posts
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Oct 30, 2019
1 parent 79e21f5 commit b9327bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ skip_render:
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
external_link: true # Open external links in new tab
external_link: # Open external links in new tab
enable: true
field: post
filename_case: 0
render_drafts: false
post_asset_folder: false
Expand Down

0 comments on commit b9327bb

Please sign in to comment.