Skip to content

Commit a7e75b3

Browse files
committed
Fixed ability to print
1 parent f713800 commit a7e75b3

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

hugo.yaml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ markup:
3232
outputs:
3333
home:
3434
- HTML
35-
# - PRINT
36-
# - SEARCH
37-
# - SEARCHPAGE
38-
# section:
39-
# - HTML
40-
# - PRINT
35+
- PRINT
36+
section:
37+
- HTML
38+
- PRINT
4139
# page:
42-
# - HTML
43-
# - PRINT
40+
# - HTML
41+
# - PRINT
4442
params:
4543
alwaysopen: false
4644
showVisitedLinks: true
@@ -81,9 +79,3 @@ menu:
8179
- name: <i class="fab fa-fw fa-twitter"></i> Twitter
8280
url: "https://twitter.com/splunk"
8381
weight: 30
84-
# - name: <i class="fas fa-tags"></i> Tags
85-
# url: "/tags"
86-
# weight: 40
87-
# - name: <i class="fas fa-layer-group"></i> Categories
88-
# url: "/categories"
89-
# weight: 50

0 commit comments

Comments
 (0)