Skip to content

Commit 2cab944

Browse files
authored
Merge pull request #85 from gwatts/feature/update-docsy-print
Update docsy theme & enable 'print entire section'
2 parents 3cbe73a + 2769fca commit 2cab944

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ time_format_blog = "02.01.2006"
7878

7979
# Everything below this are Site Params
8080

81+
# Comment out if you don't want the "print entire section" link enabled.
82+
[outputs]
83+
section = ["HTML", "print"]
84+
8185
[params]
8286
copyright = "The Docsy Authors"
8387
privacy_policy = "https://policies.google.com/privacy"

0 commit comments

Comments
 (0)