Skip to content

Commit

Permalink
use hash syntax to set global AsciiDoc attributes in Jekyll config
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 6, 2023
1 parent 1b763a7 commit 5edf202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ asciidoctor:
base_dir: :docdir
safe: unsafe
attributes:
- icons=font
- idseparator=_
- source-highlighter=coderay
icons: font
idseparator: _
source-highlighter: coderay

0 comments on commit 5edf202

Please sign in to comment.