Skip to content

Commit

Permalink
fix: Tittle and book.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapha-Borges committed Mar 10, 2023
1 parent 34714e9 commit 2420a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pt/book.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[book]
authors = ["AUTOR"]
language = "pt"
multilingual = true
multilingual = false
src = "src"
title = "TITULO DO SEU LIVRO AQUI"

Expand Down
2 changes: 1 addition & 1 deletion pt/theme/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>{{ title }}</title>
<title>{{ book_title }}</title>
{{#if is_print }}
<meta name="robots" content="noindex" />
{{/if}}
Expand Down

0 comments on commit 2420a96

Please sign in to comment.