diff options
| -rw-r--r-- | _changelog.yml | 7 | ||||
| -rw-r--r-- | content/notes/00-changelog/changelog.md | 4 | ||||
| -rw-r--r-- | structure/book/pt-br/00-preamble.md | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/_changelog.yml b/_changelog.yml index d557336..33888cb 100644 --- a/_changelog.yml +++ b/_changelog.yml @@ -9,6 +9,13 @@ versions: # date_markdown: # summary: | + - id: 0.5.9 + date_atom: 2025-11-23T10:22:00-03:00 + date_rss: 23 Nov 2025 10:22:00 -0300 + date_markdown: 2025-11-23 + summary: | + * Fix href attribute syntax in the pt-br template. + - id: 0.5.8 date_atom: 2025-11-23T09:55:00-03:00 date_rss: 23 Nov 2025 09:55:00 -0300 diff --git a/content/notes/00-changelog/changelog.md b/content/notes/00-changelog/changelog.md index 3a52df7..0687c17 100644 --- a/content/notes/00-changelog/changelog.md +++ b/content/notes/00-changelog/changelog.md @@ -5,6 +5,10 @@ This section can be used to register changes in the text versions. +## Version 0.5.9 - 2025-11-23 {#v0.5.9 .unnumbered} + +* Fix href attribute syntax in the pt-br template. + ## Version 0.5.8 - 2025-11-23 {#v0.5.8 .unnumbered} * Additional fix for Atom and RSS feed generation when Bookup is diff --git a/structure/book/pt-br/00-preamble.md b/structure/book/pt-br/00-preamble.md index a79c9ec..2f26dc3 100644 --- a/structure/book/pt-br/00-preamble.md +++ b/structure/book/pt-br/00-preamble.md @@ -27,7 +27,7 @@ if (knitr::is_html_output()) { cat('<br/>') cat('Acompanhe as atualizações deste livro: <a href="/rss.xml">RSS</a> / <a href="/atom.xml">Atom</a>.') cat('<br/>') - cat('Caderno de anotações disponível <a href="/notes">aqui</a>, com um registro de mudanças <a href="/notes/changelog.html>aqui</a>.') + cat('Caderno de anotações disponível <a href="/notes">aqui</a>, com um registro de mudanças <a href="/notes/changelog.html">aqui</a>.') cat('<br/><br/>') cat(readLines('snippets/project.txt')) cat(' - ') |
