Skip to content

Commit 3a9fdb8

Browse files
authored
Merge pull request #95 from RRcoder/patch-1
Update pdf_button.md
2 parents 32e6b7b + 9dff169 commit 3a9fdb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/how-to/pdf_button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _Example_:
2626

2727
plugins:
2828
- print-site:
29-
- path_to_pdf: "assets/the_name_of_your_file.pdf"
29+
path_to_pdf: "assets/the_name_of_your_file.pdf"
3030
```
3131

3232
=== "docs/overrides/main.html"
@@ -62,7 +62,7 @@ _Example_:
6262

6363
plugins:
6464
- print-site:
65-
- path_to_pdf: "assets/the_name_of_your_file.pdf"
65+
path_to_pdf: "assets/the_name_of_your_file.pdf"
6666
```
6767

6868
=== "docs/overrides/main.html"

0 commit comments

Comments
 (0)